Skip to content
forked from magenta/mt3

Multi-Task Multitrack Music Transcription implementation using NN

License

Notifications You must be signed in to change notification settings

lapocarrieri/mt3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MT3: Project of Neural Network for Sapienza based on Multi-Task Multitrack Music Transcription

MT3 is a multi-instrument automatic music transcription model that uses the T5X framework.

Transcribe your own audio

The project is composed by two parts: “Music Transcription with Transformers” (https://colab.research.google.com/drive/1FIN5JHnhsLPHg6AKSu9nDPWMGdxQc5Rw#scrollTo=ibSG_uu0QXgc) and “Filtering to solo piano music” (https://colab.research.google.com/drive/1CttbvcTIONMEKc77vIV2kXa8OHGDMXhZ#scrollTo=W7B3FmBaqkGu). The second one is used to create a colab notebook that can transform in MIDI file also songs with other instruments. This file download in the PC every possible song from the web, in particular it supports youtube. Then the downloaded mp3 file can be used to be tested in “Music Transcription with Transformers in order to get the MIDI transcription.

Project

We don't touch the code but we add many comments and reshape the colab notebook in order to be simply understandable from everyone. Is there the possibility to train the model but since it is a transformer, trying we found that it took more powerful computers and a lot of time

About

Multi-Task Multitrack Music Transcription implementation using NN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 56.7%
  • Jupyter Notebook 43.3%