davidlms commited on
Commit
8108318
Β·
verified Β·
1 Parent(s): 2829f98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -1,13 +1,49 @@
1
  ---
2
- title: Ipmentor Subnetting Exercises Generator
3
- emoji: πŸ“Š
4
- colorFrom: indigo
5
- colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.33.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)