JukeBox / requirements.txt
hjimjim
require
32b7e28
raw
history blame contribute delete
382 Bytes
streamlit # For the web interface
torch # For the VAE model (PyTorch)
numpy # For numerical operations
matplotlib # For visualizing piano roll data
pretty_midi # For MIDI file processing and manipulation
scipy # For audio file writing (converting MIDI to WAV)