youkii-xr commited on
Commit
305c4ac
Β·
verified Β·
1 Parent(s): 0742c7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -13
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
  | [![Gradio App V2](https://img.youtube.com/vi/nnQnNfJtSWM/hqdefault.jpg)](https://youtu.be/nnQnNfJtSWM) | [![Mobile Camera Test](https://img.youtube.com/vi/wZKBVYAZwZ4/hqdefault.jpg)](https://youtu.be/wZKBVYAZwZ4) | [![MCP Server](https://img.youtube.com/vi/Vvlu6sDzsBE/hqdefault.jpg)](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
- When connected to Claude, this server exposes two powerful tools:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
- ### 1. `detect_hieroglyphs` (The AI Eye)
 
 
52
 
53
- - **Purpose:** Takes an image input and performs object detection for Egyptian Hieroglyphs.
54
- - **Output:** Returns an annotated image with bounding boxes drawn around symbols, plus a JSON summary of symbol counts (e.g., "3x Owl", "1x Water").
55
- - **Model:** Powered by a finetuned YOLOv8 model specialized on the Gardiner Sign List with over 18,249 image.
56
 
57
- ### 2. `upload_file` (The Bridge)
 
 
58
 
59
- - **Purpose:** Solves the "Local vs. Cloud" problem. Since the server runs in the cloud, it cannot see your `C:` drive.
60
- - **Function:** Claude uses this tool to upload a specific local image to the secure temporary storage of the Space, returning a valid URL for the AI Eye to process.
 
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
  | [![Gradio App V2](https://img.youtube.com/vi/nnQnNfJtSWM/hqdefault.jpg)](https://youtu.be/nnQnNfJtSWM) | [![Mobile Camera Test](https://img.youtube.com/vi/wZKBVYAZwZ4/hqdefault.jpg)](https://youtu.be/wZKBVYAZwZ4) | [![MCP Server](https://img.youtube.com/vi/Vvlu6sDzsBE/hqdefault.jpg)](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