hjimjim commited on
Commit
32b7e28
·
1 Parent(s): b672e6e
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- streamlit==1.16.0
2
- torch==1.11.0
3
- pretty_midi
4
- scipy
5
- pydub
 
 
1
+ streamlit # For the web interface
2
+ torch # For the VAE model (PyTorch)
3
+ numpy # For numerical operations
4
+ matplotlib # For visualizing piano roll data
5
+ pretty_midi # For MIDI file processing and manipulation
6
+ scipy # For audio file writing (converting MIDI to WAV)