Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -124,10 +124,10 @@ Add this to your `%APPDATA%\Claude\claude_desktop_config.json` (Windows) or `~/L
124
 
125
  ## 🧩 Technical Architecture
126
 
127
- - **Framework:** Gradio 6.0.0 (with native MCP support)
128
- - **Model:** Ultralytics YOLOv8 (Private Weights)
129
- - **Storage:** Hugging Face Hub (Private Repo for Model, Public Space for Inference)
130
  - **Protocol:** Model Context Protocol (MCP) via SSE (Server-Sent Events)
 
131
 
132
 
133
 
 
124
 
125
  ## 🧩 Technical Architecture
126
 
127
+ - **Framework:** Gradio 6.0.0
128
+ - **Model:** Ultralytics YOLOv8
 
129
  - **Protocol:** Model Context Protocol (MCP) via SSE (Server-Sent Events)
130
+ - **Translation and Gardiner code context** : Gemini
131
 
132
 
133