File size: 605 Bytes
a464e51
 
 
 
 
 
 
 
 
 
 
 
4d33daf
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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