Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,31 @@
|
|
| 1 |
---
|
| 2 |
-
title: Phone
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Phone vs Cloud Calculator
|
| 3 |
+
emoji: 💰
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 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 |
+
- cost
|
| 13 |
+
- calculator
|
| 14 |
+
- mobile
|
| 15 |
+
- on-device
|
| 16 |
+
- cloud
|
| 17 |
+
- dispatchai
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# 💰 Phone vs Cloud Cost Calculator
|
| 21 |
+
|
| 22 |
+
See exactly how much money you save by running AI on-device with dispatchAI instead of paying for cloud API inference.
|
| 23 |
+
|
| 24 |
+
## The Math
|
| 25 |
+
|
| 26 |
+
- **Cloud API**: You pay per query, forever. $0.50/1K queries × 10K/day = $1,825/year
|
| 27 |
+
- **On-device**: One-time model download (~$0.50 in data), then $0/query, forever
|
| 28 |
+
|
| 29 |
+
The more queries you run, the more you save. At scale, the savings are enormous.
|
| 30 |
+
|
| 31 |
+
🚀 [dispatchAI](https://huggingface.co/dispatchAI) — Small. Mobile. Free. UAE-built.
|