davidlms commited on
Commit
6773775
Β·
verified Β·
1 Parent(s): 97979f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -6
README.md CHANGED
@@ -1,13 +1,49 @@
1
  ---
2
- title: Ipmentor Demo
3
- emoji: πŸš€
4
- colorFrom: indigo
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.33.0
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 AI Tutor Demo
3
+ emoji: πŸ€–
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.33.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Chatbot using IPMentor tools with Mistral Small 3.1 24B
12
+ tags:
13
+ - Agents-MCP-Hackathon
14
+ - mcp-client
15
+ - networking
16
+ - education
17
+ - ai-tutor
18
+ - mistral
19
+ - chatbot
20
  ---
21
 
22
+ # IPMentor AI Tutor Demo πŸ€–
23
+
24
+ **Conversational IPv4 networking assistant** powered by **Mistral Small 3.1 24B Instruct** and connected to IPMentor's verified calculation tools through the **Model Context Protocol (MCP)**.
25
+
26
+ ## 🎯 Hackathon Demo for MCP Server Track
27
+
28
+ This chatbot demonstrates the power of the [IPMentor MCP Server](https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor) by providing conversational access to verified networking calculations. Built for the **Gradio MCP Hackathon 2025**.
29
+
30
+ ## πŸ† Mistral AI Choice Award Submission
31
+
32
+ This demo showcases **Mistral Small 3.1 24B Instruct** as the perfect model for educational AI tutoring - efficient enough to be cost-effective while powerful enough to provide excellent explanations, with IPMentor handling the precise calculations.
33
+
34
+ ## πŸŽ₯ See It In Action
35
+
36
+ Experience how AI agents can seamlessly integrate with specialized tools through MCP to provide accurate, educational networking assistance.
37
+
38
+ ## πŸ’¬ Try These Examples
39
+
40
+ - "Analyze the IP 192.168.1.100/24"
41
+ - "Calculate 4 subnets for the network 10.0.0.0/16"
42
+ - "Generate a diagram of the network 172.16.0.0/20 with 8 subnets"
43
+ - "What is the broadcast address of 192.168.50.0/26?"
44
+ - "Divide the network 10.10.0.0/22 into subnets of 100 hosts each"
45
+
46
+ ## πŸ”— Related Links
47
+
48
+ - **IPMentor MCP Server**: [https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor](https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor)
49
+ - **GitHub Repository**: [https://github.com/DavidLMS/ipmentor](https://github.com/DavidLMS/ipmentor)