From b6d2da726837020af6efdffac42525246c390432 Mon Sep 17 00:00:00 2001 From: Madhu Shantan Date: Wed, 8 Jan 2025 22:44:05 +0530 Subject: [PATCH] Update README.md --- ai_agent_tutorials/ai_personal_learning_agent/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ai_agent_tutorials/ai_personal_learning_agent/README.md b/ai_agent_tutorials/ai_personal_learning_agent/README.md index eaedb7c..2adbbc5 100644 --- a/ai_agent_tutorials/ai_personal_learning_agent/README.md +++ b/ai_agent_tutorials/ai_personal_learning_agent/README.md @@ -2,6 +2,13 @@ A Personal learning Roadmap Architect assistant built on Phidata Framework that explains a particular topic, creates learning plans and roadmaps using multiple specialized AI agents which are hierarchical. The system uses OpenAI's GPT-4o to generate comprehensive learning materials, roadmaps, and practice exercises. This uses streamlit for UI. +## Demo + + +https://github.com/user-attachments/assets/67e81377-d80e-4221-b1f2-e25cffb71c93 + + + ## Features - 🧠 Knowledge Building: Researches and creates comprehensive knowledge bases @@ -57,4 +64,4 @@ streamlit run ai_personal_learning_agent.py - Type a topic you want to learn about (e.g., "Python Programming", "Machine Learning") - Click "Generate Learning Plan" - Wait for the agents to generate your personalized learning plan -- View the results and terminal output in the interface \ No newline at end of file +- View the results and terminal output in the interface