Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,8 +19,6 @@ tags:
|
|
| 19 |
|
| 20 |
# π Egyptian Hieroglyph Detector (MCP Server)
|
| 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
|
|
@@ -34,9 +32,6 @@ This project bridges the gap between ancient history and modern AI Agents. It pr
|
|
| 34 |
| :---: | :---: | :---: |
|
| 35 |
| [](https://youtu.be/nnQnNfJtSWM) | [](https://youtu.be/wZKBVYAZwZ4) | [](https://youtu.be/Vvlu6sDzsBE) |
|
| 36 |
|
| 37 |
-
## π¨π IMPORTANT NOTICE FOR HACKATHON π€
|
| 38 |
-
|
| 39 |
-
We are participating in the **Creative Track** (`building-mcp-track-creative`) because this tool unlocks new cultural and educational capabilities for AI agents.
|
| 40 |
|
| 41 |
π **Social Media Post:**
|
| 42 |
[[Gradio App - V2](https://www.linkedin.com/posts/youkii-xr_our-hieroglyphic-ai-detector-just-got-a-major-activity-7400855950632411136-5Z9Y?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAADSn0yMBo1MdVldbeoL5OxUZo2-CMJKUKOM)]<br>
|
|
@@ -46,18 +41,44 @@ We are participating in the **Creative Track** (`building-mcp-track-creative`) b
|
|
| 46 |
|
| 47 |
## ποΈ Capabilities & Tools
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
###
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
|
| 57 |
-
###
|
|
|
|
|
|
|
| 58 |
|
| 59 |
-
|
| 60 |
-
|
|
|
|
| 61 |
|
| 62 |
## π How to Use (Claude Desktop)
|
| 63 |
|
|
|
|
| 19 |
|
| 20 |
# π Egyptian Hieroglyph Detector (MCP Server)
|
| 21 |
|
|
|
|
|
|
|
| 22 |
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.
|
| 23 |
|
| 24 |
## π₯ Team
|
|
|
|
| 32 |
| :---: | :---: | :---: |
|
| 33 |
| [](https://youtu.be/nnQnNfJtSWM) | [](https://youtu.be/wZKBVYAZwZ4) | [](https://youtu.be/Vvlu6sDzsBE) |
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
π **Social Media Post:**
|
| 37 |
[[Gradio App - V2](https://www.linkedin.com/posts/youkii-xr_our-hieroglyphic-ai-detector-just-got-a-major-activity-7400855950632411136-5Z9Y?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAADSn0yMBo1MdVldbeoL5OxUZo2-CMJKUKOM)]<br>
|
|
|
|
| 41 |
|
| 42 |
## ποΈ Capabilities & Tools
|
| 43 |
|
| 44 |
+
#### Hieroglyphs Detection:
|
| 45 |
+
* trained on 400+ different glyphs
|
| 46 |
+
* able to detect with high confidence
|
| 47 |
+
|
| 48 |
+
#### Translation
|
| 49 |
+
* **Mystical prophecy** : translates for tourists and non-academics as a story
|
| 50 |
+
* **Academic Translation** : a linguistics breakdown of symbols and their meaning and how they fit together
|
| 51 |
+
|
| 52 |
+
#### Analytics
|
| 53 |
+
* **Spatial Heatmaps** : visualizes where glyphs are clustered on the wall / papyrus
|
| 54 |
+
* **Confidence Charts** : Shows how sure the AI is about every symbol
|
| 55 |
+
* **Frequency Analysis** : Counts the occurrence of distinguished symbols
|
| 56 |
+
|
| 57 |
+
#### Digital Encyclopedia
|
| 58 |
+
* Includes a searchable database of supported Gardiner Codes with descriptions and transliteration
|
| 59 |
+
|
| 60 |
+
#### Downloadable Results
|
| 61 |
+
* Download the detection result with bounding boxes surrounding each glyph on the wall / papyrus
|
| 62 |
+
* Download glyphs gallery as a zip containing all glyphs detected individually cropped
|
| 63 |
+
|
| 64 |
+
## πAvailable MCP Tools
|
| 65 |
+
When connected to Claude Desktop, this server exposes **4 specific tools** that allow the Agent to perform the full archaeological pipeline:
|
| 66 |
|
| 67 |
+
#### `detect glyphs`
|
| 68 |
+
* **Description:** Scans an input image to find hieroglyphs.
|
| 69 |
+
* **Returns:** A path to the annotated image (boxes drawn) and a JSON object containing the list of found codes and confidence scores.
|
| 70 |
|
| 71 |
+
#### `translate story`
|
| 72 |
+
* **Description:** Takes a list of Gardiner codes or keywords and interprets them.
|
| 73 |
+
* **Returns:** Two distinct texts: a "Mystical Story" (creative interpretation) and an "Academic Translation" (scientific interpretation).
|
| 74 |
|
| 75 |
+
#### `get stats`
|
| 76 |
+
* **Description:** Takes the detection data and generates visual reports.
|
| 77 |
+
* **Returns:** A path to an image file containing charts for Symbol Frequency, Confidence Levels, and Spatial Heatmaps.
|
| 78 |
|
| 79 |
+
#### `list codes`
|
| 80 |
+
* **Description:** Provides access to the full internal database of Egyptian hieroglyphs.
|
| 81 |
+
* **Returns:** The complete dictionary of supported Gardiner codes, descriptions, and categories.
|
| 82 |
|
| 83 |
## π How to Use (Claude Desktop)
|
| 84 |
|