Read the full blog post here.
See example beatmaps here.
The repo comes with a trained model so you can start generating right away 😄 (osu_map_gen/train/model_data/v1.1
)
- Init submodule
git submodule update --init
- Install dependencies
pipenv --three install
- Generate a beatmap
pipenv run python -m osu_map_gen -g /path/to/my/song.mp3 120 "My Favorite Song"
Coming soon