Files
ozan 02ea026851 Replace Spotify API with screenshot taste workflow and example profile.
Remove spotify integration; add TASTE-FROM-SCREENSHOTS guide; ship Ozan settings.json and taste_seeds.json as Cursor examples plus new wandering dervish track.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 14:47:47 +01:00

30 lines
712 B
Markdown

# CLAUDE.md — Live Ozan Radio
Read `AGENTS.md` and `README.md` first.
## What this is
Ozan's personal AI radio. DeepSeek DJ + Google Lyria 3. Public repo on `tinqs/live-radio`.
## Run
```bash
pip install -e .
cp .env.example .env # GEMINI_API_KEY + DEEPSEEK_API_KEY
python -m ozan_radio serve
```
Player: `http://127.0.0.1:8787/player`
## Taste
Screenshot Spotify → Cursor → `settings.json` + `taste_seeds.json`. See `docs/TASTE-FROM-SCREENSHOTS.md`. No Spotify API.
## Architecture
```
settings.json + taste_seeds.json ──► DeepSeek DJ ──► Lyria 3 ──► songs/*.mp3 ──► FastAPI stream
```
Optional: Magenta RealTime 2 on Mac for live MIDI/text steering (~200ms latency).