This file will convert an mp3 file to a midi using Spotify's API. Mileage may vary, probably gonna wanna find an API that gives us MIDI instead. def mp3_to_wav(mp3_file_path, wav_output_path): ...
This project aims to explore the ways to convert mp3 solo piano into midi file (which can be converted into music sheet partition with traditional software). I used in this project a dataset of simple ...