lltlien / vocal-to-piano-transcription

Transcribe vocal melodies in songs to piano notes sheet music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vocal-to-piano-transcription

Transcribe vocal melodies in songs to piano sheet music.

Setup

System

  • OS: LINUX

Clone this repository

git clone git@github.com:lltlien/vocal-to-piano-transcription.git
cd vocal-to-piano-transcription

Install dependencies

pip install -r 'requirements.txt'
  • Download model to checkpoints folder: This link

Usage

  1. Open getvocals.py file and change link to your audio file, run following command to get vocal from music song (store in vocals folder):
$ python3 getvocals.py
  1. Run this command to get file .mid:
$ python3 infer.py "your-vocal-audio-path"
  1. Download Muse Score to convert `.mid' to music sheet.

About

Transcribe vocal melodies in songs to piano notes sheet music


Languages

Language:Python 100.0%