Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,9 +20,21 @@ Welcome to our submission for the β**MCP Hackathon (Track 1: Building MCP)** !
|
|
| 20 |
|
| 21 |
This project bridges the gap between ancient history and modern AI Agents. It provides an **MCP Server** that allows Ai Agents to "see" and identify Gardiner's Egyptian Hieroglyphs in any image.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## π₯ Demo Video
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
## π¨π IMPORTANT NOTICE FOR HACKATHON π€
|
| 27 |
|
| 28 |
We are participating in the **Creative Track** (`building-mcp-track-creative`) because this tool unlocks new cultural and educational capabilities for AI agents.
|
|
@@ -95,9 +107,6 @@ Add this to your `%APPDATA%\Claude\claude_desktop_config.json` (Windows) or `~/L
|
|
| 95 |
- **Storage:** Hugging Face Hub (Private Repo for Model, Public Space for Inference)
|
| 96 |
- **Protocol:** Model Context Protocol (MCP) via SSE (Server-Sent Events)
|
| 97 |
|
| 98 |
-
## π₯ Team
|
| 99 |
|
| 100 |
-
- **[youkii-xr]** β Ai Engineer, did the Ai model part
|
| 101 |
-
- **[mariam-essam]** β XR Developer, did the MCP and gradio part
|
| 102 |
|
| 103 |
*Built with β€οΈ for the Hugging Face MCP Hackathon 2025*
|
|
|
|
| 20 |
|
| 21 |
This project bridges the gap between ancient history and modern AI Agents. It provides an **MCP Server** that allows Ai Agents to "see" and identify Gardiner's Egyptian Hieroglyphs in any image.
|
| 22 |
|
| 23 |
+
## π₯ Team
|
| 24 |
+
|
| 25 |
+
- **[youkii-xr]** β Ai Engineer, did the Ai model part
|
| 26 |
+
- **[mariam-essam]** β XR Developer, did the MCP and gradio part
|
| 27 |
+
|
| 28 |
+
|
| 29 |
## π₯ Demo Video
|
| 30 |
|
| 31 |
+
<table>
|
| 32 |
+
<tr>
|
| 33 |
+
<td><iframe src="https://youtu.be/Vvlu6sDzsBE" width="100%" height="315"></iframe></td>
|
| 34 |
+
<td><iframe src="https://youtu.be/GSXIpSummOU" width="100%" height="315"></iframe></td>
|
| 35 |
+
</tr>
|
| 36 |
+
</table>
|
| 37 |
+
|
| 38 |
## π¨π IMPORTANT NOTICE FOR HACKATHON π€
|
| 39 |
|
| 40 |
We are participating in the **Creative Track** (`building-mcp-track-creative`) because this tool unlocks new cultural and educational capabilities for AI agents.
|
|
|
|
| 107 |
- **Storage:** Hugging Face Hub (Private Repo for Model, Public Space for Inference)
|
| 108 |
- **Protocol:** Model Context Protocol (MCP) via SSE (Server-Sent Events)
|
| 109 |
|
|
|
|
| 110 |
|
|
|
|
|
|
|
| 111 |
|
| 112 |
*Built with β€οΈ for the Hugging Face MCP Hackathon 2025*
|