This project uses a Generative Adversarial Network (GAN) to create new 8-bit style music, trained on the The NES Music Database. You can explore generated samples FIXME: here.
The development of this project incorporates some concepts from the 'Udemy End-to-End Machine Learning Course', along with other resources.
Follow these instructions to use the project:
- Setting Up the Environment.
- Check CUDA and cuDNN versions in '''docker/gpu.Dockerfile''' if using a GPU.
- Build the Docker container by running:
./docker_build.sh -t [cpu|gpu]
- Downloading, Preparing Data, and Training Models.
./docker_run_data_preparation_and_training.sh -t [cpu|gpu]
Generated samples are saved to '''./data/samples''' during training.
- TODO: To generate music...
Tested configurations include:
- GPU: Ubuntu 20.04 Docker version 20.10.7 Driver Version: 535.171.04 CUDA Version: 12.2
- CPU: Ubuntu 20.04 Docker version 24.0.7