HackIllinois Backend for Sync
- This service generates the background music for Sync and drives the in-game terrain
- The model can be fine-tuned or conditioned on Spotify data
Run locally or deploy to Modal and use the web UI to generate and download beats.
- Python 3.11
python3.11 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txtpython generate.py --weights path/to/checkpoint.hdf5