Spaces:
Sleeping
Sleeping
title: Ad Analyzer | |
emoji: 🦀 | |
colorFrom: blue | |
colorTo: indigo | |
sdk: gradio | |
sdk_version: 5.29.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
# Ad Performance Analyzer (Free‑tier CPU Build) | |
AI tool that reads your ad‑campaign CSV and returns deep, actionable insights – all on the free CPU Basic hardware. | |
## 1. Quick start (local) | |
```bash | |
git clone https://huggingface.co/spaces/<your-space> | |
cd <your-space> | |
python -m venv venv && source venv/bin/activate | |
pip install -r requirements.txt | |
python app.py | |