Add Live Ozan Radio — DeepSeek DJ, Lyria 3, and player chat.
Personal AI station that generates tracks from taste seeds or Spotify; safe to share — secrets and cache are gitignored. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 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-ozan-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`
|
||||
|
||||
## Architecture
|
||||
|
||||
```
|
||||
Spotify taste ──► DeepSeek DJ ──► Lyria 3 ──► radio_cache/*.mp3 ──► FastAPI stream
|
||||
```
|
||||
|
||||
Optional: Magenta RealTime 2 on Mac for live MIDI/text steering (~200ms latency).
|
||||
Reference in New Issue
Block a user