Initial commit: AI Radio Show web application
- FastAPI backend with multiple TTS providers (Inworld, ElevenLabs, Kokoro, F5-TTS, etc.) - Web frontend with caller management, music, and soundboard - Whisper transcription integration - OpenRouter/Ollama LLM support - Castopod podcast publishing script Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
16
requirements-web.txt
Normal file
16
requirements-web.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# Web application requirements (in addition to existing radio_show.py deps)
|
||||
fastapi>=0.109.0
|
||||
uvicorn[standard]>=0.27.0
|
||||
python-multipart>=0.0.6
|
||||
websockets>=12.0
|
||||
httpx>=0.26.0
|
||||
pydantic-settings>=2.1.0
|
||||
|
||||
# Already installed for CLI (but listed for completeness):
|
||||
# faster-whisper
|
||||
# elevenlabs
|
||||
# numpy
|
||||
# scipy
|
||||
# librosa
|
||||
# soundfile
|
||||
# python-dotenv
|
||||
Reference in New Issue
Block a user