ml5js / ml5-library

Friendly machine learning for the web! 🤖
https://ml5js.org
Other
6.48k stars 902 forks source link

CREPE Pitch Estimation #111

Closed shiffman closed 6 years ago

shiffman commented 6 years ago

This is a new model / demo for doing pitch estimation with a convolutional neural network / tensorflow.js. Noting here as a possible example / class for ml5.

https://marl.github.io/crepe/ https://marl.github.io/crepe/crepe.js https://arxiv.org/abs/1802.06182

Possibly related to @handav's work with magenta models.

handav commented 6 years ago

This looks amazing! I'm still trying to understand how to port models over from tfjs to ml5, but I'll add this one to the list.

On Thu, Apr 19, 2018 at 10:18 AM, Daniel Shiffman notifications@github.com wrote:

This is a new model / demo for doing pitch estimation with a convolutional neural network / tensorflow.js. Noting here as a possible example / class for ml5.

https://marl.github.io/crepe/ https://marl.github.io/crepe/crepe.js https://arxiv.org/abs/1802.06182

Possibly related to @handav https://github.com/handav's work with magenta models.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ml5js/ml5-library/issues/111, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUjXJ7MCaVJbvWAxsHdL1sBU9YG5t0Vks5tqJzLgaJpZM4Tb4kf .

-- www.hannahishere.com

handav commented 6 years ago

Just a FYI that I'm working on this this week.

cvalenzuela commented 6 years ago

closed by https://github.com/ml5js/ml5-library/pull/115