An innovative tool that converts audio files (e.g., .wav, .mp3) into MIDI files, enabling users to analyze, edit, and reimagine musical compositions.
- Musharraf
- Ridham
- Kavya
- Transcribing music for educational purposes.
- Analyzing musical compositions.
- Remixing and reimagining music.
- Python 3.8+
librosa
,numpy
, and other relevant libraries. Install using:-
to install these libraries use the following: Pip install librosa pretty_midi scipy numpy
- start the server by running app.py file as python3 manage.py
- Open the index.html file in the templates folder or go to the link shown in the terminal where you started the server.
- upload the audio file
- The mid file will be downloaded in your Downloads folder.