Spaces:
Sleeping
Sleeping
Update README.md
#1
by MariamEssam204 - opened
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:
|
| 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
|
| 22 |
|
| 23 |
## π₯ Team
|
| 24 |
|
| 25 |
- **[youkii-xr](https://huggingface.co/youkii-xr)** β XR Developer, did the MCP and Gradio part<br> [](https://www.linkedin.com/in/youkii-xr/)
|
| 26 |
-
- **[
|
| 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
|
| 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> [](https://www.linkedin.com/in/youkii-xr/)
|
| 29 |
+
- **[MariamEssam204](https://huggingface.co/MariamEssam204)** β AI Engineer, did the AI model part <br> [](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 |
|