Piano Note Recognizer

This is a personal projects that aims to recognize and transcribe a piano recording into a music score using only Digital Signal Processing.

My first assumption was use FFT transform, but seems that for music, a better transform is a cqt implemented in librosa

The generic problem is called Automatic Music Transcription

In the way of doing this, I found some interesting projects

Interesting projects

Some similar projects