Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,15 +9,16 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
short_description: AI Python Tutor
|
| 11 |
---
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
mcp-in-action-track-consumer
|
| 15 |
|
| 16 |
-
π AI-Python-Tutor
|
| 17 |
|
| 18 |
An Autonomous Python Tutor that teaches through hands-on code execution β writing Python files, running them, analyzing errors, and providing curated learning resources using MCP tools and autonomous reasoning.
|
| 19 |
|
| 20 |
-
π Project Overview
|
| 21 |
|
| 22 |
AI-Python-Tutor ("Vibe Coding Academy") is an AI-powered educational agent that uses MCP (Model Context Protocol) servers to deliver interactive coding lessons.
|
| 23 |
Unlike standard chatbots, this agent can:
|
|
@@ -34,7 +35,7 @@ Use LangGraph for structured and modular lesson planning
|
|
| 34 |
|
| 35 |
It demonstrates the power of MCP tools (write_file, run_python_script) combined with autonomous reasoning to create a full teaching workflow.
|
| 36 |
|
| 37 |
-
π― Key Features
|
| 38 |
|
| 39 |
Interactive Coding Lessons
|
| 40 |
Ask the tutor to teach any topic (e.g., Decorators, Recursion), and it explains the concept using live code.
|
|
@@ -79,7 +80,7 @@ Explore the Learning Dashboard for videos, articles, and quizzes
|
|
| 79 |
|
| 80 |
Use Focus Mode to switch to a clean, immersive UI
|
| 81 |
|
| 82 |
-
π₯ Demo Video
|
| 83 |
|
| 84 |
[Insert your Demo Video Link Here]
|
| 85 |
|
|
@@ -92,7 +93,7 @@ Use Focus Mode to switch to a clean, immersive UI
|
|
| 92 |
|
| 93 |
All members have joined the Hackathon organization and registered for the event.
|
| 94 |
|
| 95 |
-
βοΈ Requirements
|
| 96 |
|
| 97 |
Gradio app with MCP server support
|
| 98 |
|
|
|
|
| 9 |
pinned: false
|
| 10 |
short_description: AI Python Tutor
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# π·οΈ Track Tag
|
| 14 |
|
| 15 |
mcp-in-action-track-consumer
|
| 16 |
|
| 17 |
+
# π AI-Python-Tutor
|
| 18 |
|
| 19 |
An Autonomous Python Tutor that teaches through hands-on code execution β writing Python files, running them, analyzing errors, and providing curated learning resources using MCP tools and autonomous reasoning.
|
| 20 |
|
| 21 |
+
# π Project Overview
|
| 22 |
|
| 23 |
AI-Python-Tutor ("Vibe Coding Academy") is an AI-powered educational agent that uses MCP (Model Context Protocol) servers to deliver interactive coding lessons.
|
| 24 |
Unlike standard chatbots, this agent can:
|
|
|
|
| 35 |
|
| 36 |
It demonstrates the power of MCP tools (write_file, run_python_script) combined with autonomous reasoning to create a full teaching workflow.
|
| 37 |
|
| 38 |
+
# π― Key Features
|
| 39 |
|
| 40 |
Interactive Coding Lessons
|
| 41 |
Ask the tutor to teach any topic (e.g., Decorators, Recursion), and it explains the concept using live code.
|
|
|
|
| 80 |
|
| 81 |
Use Focus Mode to switch to a clean, immersive UI
|
| 82 |
|
| 83 |
+
# π₯ Demo Video
|
| 84 |
|
| 85 |
[Insert your Demo Video Link Here]
|
| 86 |
|
|
|
|
| 93 |
|
| 94 |
All members have joined the Hackathon organization and registered for the event.
|
| 95 |
|
| 96 |
+
# βοΈ Requirements
|
| 97 |
|
| 98 |
Gradio app with MCP server support
|
| 99 |
|