Simple web app that generates audio stories using AI:
- Generate scripts with Groq LLM
- Convert text to speech
- Control playback speed
- Download audio files
- Add API keys in server/.env
- Install dependencies in client (nextjs) and server (Flask)
- Run server and client separately