Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,16 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# Ad Performance Analyzer (Free‑tier CPU Build)
|
| 15 |
+
|
| 16 |
+
AI tool that reads your ad‑campaign CSV and returns deep, actionable insights – all on the free CPU Basic hardware.
|
| 17 |
+
|
| 18 |
+
## 1. Quick start (local)
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
git clone https://huggingface.co/spaces/<your-space>
|
| 22 |
+
cd <your-space>
|
| 23 |
+
python -m venv venv && source venv/bin/activate
|
| 24 |
+
pip install -r requirements.txt
|
| 25 |
+
python app.py
|