3morixd commited on
Commit
3bf182b
Β·
verified Β·
1 Parent(s): b9d4d81

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -6
README.md CHANGED
@@ -1,13 +1,43 @@
1
  ---
2
- title: Mcp Model Recommender
3
- emoji: πŸ¦€
4
  colorFrom: blue
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: MCP Model Recommender
3
+ emoji: πŸ“±
4
  colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
 
8
  app_file: app.py
9
  pinned: false
10
+ license: apache-2.0
11
+ tags:
12
+ - mcp
13
+ - mobile
14
+ - model-selection
15
+ - recommender
16
+ - dispatchai
17
+ models:
18
+ - dispatchAI/SmolLM2-135M-Instruct-mobile
19
+ - dispatchAI/Llama-3.2-1B-Instruct-Q4-mobile
20
  ---
21
 
22
+ # πŸ“± dispatchAI MCP Model Recommender
23
+
24
+ **MCP Server** β€” add this to Claude Desktop, Cursor, or any MCP client.
25
+
26
+ ## Tools
27
+
28
+ - `recommend_model(ram_mb, task, priority)` β€” Get the best mobile model for your device
29
+ - `list_all_models()` β€” Browse all 39 dispatchAI models
30
+
31
+ ## Usage in Claude Desktop
32
+
33
+ ```json
34
+ {
35
+ "mcpServers": {
36
+ "dispatchai-recommender": {
37
+ "url": "https://huggingface.co/spaces/dispatchAI/mcp-model-recommender/mcp"
38
+ }
39
+ }
40
+ }
41
+ ```
42
+
43
+ πŸš€ [dispatchAI](https://huggingface.co/dispatchAI) β€” Small. Mobile. Free. UAE-built.