Ukulele Tuner with Machine Learning Pitch Detection Model
Coding Challenge #151
In this challenge, I attempt to create a Ukulele tuner in JavaScript using p5.js, ml5.js and the pre-trained machine learning model CREPE: A Convolutional REpresentation for Pitch Estimation. Can you make one with a more elegant and creative interface?
Community Contributions
- Afinador - An experimental Guitar/Bass/Anything Tuner webapp by Luciano Tonet (Source Code)
- Ukulele/Guitar Tuner by MineBill (Source Code)
- Ukulele Tuner with Pitch Trail by originalang (Source Code)
- Ukulele Tuner, same model new design by David Snyder (Source Code)
- Original Ukulele Tuner by Simon Tiger Houben (Source Code)
- Ukulele Tuner: Tuning All Strings at Once by Simon Tiger Houben (Source Code)
- Ukulele Tuner: Click to Tune the Next String by Simon Tiger Houben (Source Code)
- Ukulele Tuner: Random # Generator!!!! by Simon Tiger Houben (Source Code)
- Ukelele Tuner : UI changes and changed way of getting frequency from the model by Lokesh Kumar (Source Code)
- A pitch detection Game: Record your melody and I'll play back while playing the piano by Joseph Azar (Source Code)
You can also add your own version! (See how)