Spaces:
Sleeping
Sleeping
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.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|