Automated Radio Disc Jockey is an AI-powered local DJ for people who want a radio-style playback loop: it reads local audio files, builds a spoken intro with an LLM, speaks it with TTS, and plays the track while queuing the next selection.
- docs/INSTALL.md: Setup and dependencies.
- docs/USAGE.md: CLI usage and examples.
- docs/CODE_ARCHITECTURE.md: Components and data flow.
- docs/FILE_STRUCTURE.md: Directory map.
- docs/CHANGELOG.md: User-facing changes by date.
- docs/AUTHORS.md: Maintainer and contributor information.
source source_me.sh && python3 -m pip install -r pip_requirements.txt
./disc_jockey.py -d /path/to/music -n 5 --tts-engine say --testing./test_steps.sh