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