Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,49 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.33.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: IPMentor Exercise Generator
|
| 3 |
+
emoji: π―
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.33.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: Agentic subnetting exercise creator with validation
|
| 12 |
+
tags:
|
| 13 |
+
- Agents-MCP-Hackathon
|
| 14 |
+
- agent-demo-track
|
| 15 |
+
- networking
|
| 16 |
+
- education
|
| 17 |
+
- exercise-generator
|
| 18 |
+
- mistral
|
| 19 |
+
- agentic-ai
|
| 20 |
+
- ipv4
|
| 21 |
+
- validation
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# IPMentor Exercise Generator π―
|
| 25 |
+
|
| 26 |
+
**Intelligent subnetting exercise creator** that demonstrates the power of **agentic AI systems** for educational content generation. Built for the **Gradio MCP Hackathon 2025** Track 3: Agentic Demo Showcase.
|
| 27 |
+
|
| 28 |
+
## π€ Agentic AI Showcase
|
| 29 |
+
|
| 30 |
+
This application demonstrates a sophisticated **multi-agent workflow** where AI agents collaborate through the Model Context Protocol (MCP) to create, validate, and refine educational content automatically:
|
| 31 |
+
|
| 32 |
+
1. **Content Generation Agent** (Mistral Medium 3) creates realistic networking scenarios
|
| 33 |
+
2. **Validation Agent** uses IPMentor MCP tools to verify mathematical accuracy
|
| 34 |
+
3. **Correction Agent** automatically fixes invalid exercises using smart algorithms
|
| 35 |
+
4. **Visualization Agent** generates network diagrams for each exercise
|
| 36 |
+
|
| 37 |
+
## π Competing for Mistral AI Choice Award
|
| 38 |
+
|
| 39 |
+
This project showcases **Mistral Medium 3** as an intelligent content creation engine, demonstrating how advanced LLMs can generate contextually rich, educationally valuable content while leveraging specialized tools for validation.
|
| 40 |
+
|
| 41 |
+
## π₯ Demo Video
|
| 42 |
+
|
| 43 |
+
Video demonstration: [assets/demo.mp4](assets/demo.mp4)
|
| 44 |
+
|
| 45 |
+
## π Integration with IPMentor Ecosystem
|
| 46 |
+
|
| 47 |
+
- **MCP Server**: [IPMentor](https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor)
|
| 48 |
+
- **Source Code**: [GitHub Repository](https://github.com/DavidLMS/ipmentor)
|
| 49 |
+
- **Chatbot Demo**: [IPMentor Chat](https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor-demo)
|