Update README.md

#1
by MariamEssam204 - opened
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -7,9 +7,12 @@ sdk: gradio
7
  sdk_version: 6.0.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: Detect and classify hieroglyphs to its Gardiner code
11
  tags:
12
  - building-mcp-track-creative
 
 
 
13
  - mcp-server
14
  ---
15
 
@@ -18,12 +21,12 @@ tags:
18
 
19
  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
  ## πŸ‘₯ Team
24
 
25
  - **[youkii-xr](https://huggingface.co/youkii-xr)** – XR Developer, did the MCP and Gradio part<br> [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/youkii-xr/)
26
- - **[mariam-essam](https://huggingface.co/mariam-essam)** – AI Engineer, did the AI model part <br> [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/mariam-essam-ai-engineer/)
27
 
28
  ## πŸŽ₯ Demo Video
29
 
@@ -47,7 +50,7 @@ When connected to Claude, this server exposes two powerful tools:
47
 
48
  - **Purpose:** Takes an image input and performs object detection for Egyptian Hieroglyphs.
49
  - **Output:** Returns an annotated image with bounding boxes drawn around symbols, plus a JSON summary of symbol counts (e.g., "3x Owl", "1x Water").
50
- - **Model:** Powered by a custom-trained YOLOv8 model specialized on the Gardiner Sign List.
51
 
52
  ### 2. `upload_file` (The Bridge)
53
 
 
7
  sdk_version: 6.0.1
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Translate hieroglyphs to English.
11
  tags:
12
  - building-mcp-track-creative
13
+ - building-mcp-track-consumer
14
+ - mcp-in-action-track-creative
15
+ - mcp-in-action-track-consumer
16
  - mcp-server
17
  ---
18
 
 
21
 
22
  Welcome to our submission for the ​**MCP Hackathon (Track 1: Building MCP)** !
23
 
24
+ 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 Hieroglyphs in any image.
25
 
26
  ## πŸ‘₯ Team
27
 
28
  - **[youkii-xr](https://huggingface.co/youkii-xr)** – XR Developer, did the MCP and Gradio part<br> [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/youkii-xr/)
29
+ - **[MariamEssam204](https://huggingface.co/MariamEssam204)** – AI Engineer, did the AI model part <br> [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/mariam-essam-ai-engineer/)
30
 
31
  ## πŸŽ₯ Demo Video
32
 
 
50
 
51
  - **Purpose:** Takes an image input and performs object detection for Egyptian Hieroglyphs.
52
  - **Output:** Returns an annotated image with bounding boxes drawn around symbols, plus a JSON summary of symbol counts (e.g., "3x Owl", "1x Water").
53
+ - **Model:** Powered by a finetuned YOLOv8 model specialized on the Gardiner Sign List with over 18,249 image.
54
 
55
  ### 2. `upload_file` (The Bridge)
56