Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.64 KB

README_EN.md

File metadata and controls

34 lines (25 loc) · 1.64 KB

Piano 2 Midi

한국어 README.md 가 필요하신 분은, 여기를 눌러주세요..

🎵Introduction

Piano 2 Midi is a program to covert your Piano music to Musical Instrument Digital Interface!

When you give a piano performance recorded in WAV format, the program converts it to a file in MID format.

🎹How to use

Currently, There is no .exe file for this project.

  1. Download the whole Project
  2. Click here to download pre-trained Data checkpoint, and unpack it in project directory
  3. Use pip below to download tensorflow and magenta lib.
 pip install --upgrade tensorflow
 pip install magenta  
  1. Run Piano2Midi.py and wait for a while. And input your .wav file name that you want to convert.
  2. Wait again. When program complete the converting, it will print a message to notice you.

🎼Magenta Library

This program made with Tensorflow Magenta's onsets_frames_transcription model.

And used Maestro Dataset. You can find out some more information about this dataset from here.

License

Magenta is under Apache License 2.0, and Maestro dataset is same.

And you can use this projects code under Apache License 2.0, same as magenta!

Update Plan

Midi 2 Piano

Using Maestro Dataset, I will make midi to piano program next time.