youkii-xr commited on
Commit
22a513f
Β·
verified Β·
1 Parent(s): 668eddb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
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
- (https://www.linkedin.com/posts/mariam-essam-ai-engineer_machinelearning-computervision-ai-activity-7400193629241143296-sWvC?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAADSn0yMBo1MdVldbeoL5OxUZo2-CMJKUKOM)
 
 
 
 
 
 
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*