ml5js / ml5-data-and-models

Data sets and pre-trained models for ml5.js
https://ml5js.org/docs/data-overview
MIT License
125 stars 98 forks source link

Adding the Crepe model #24

Closed cvalenzuela closed 6 years ago

cvalenzuela commented 6 years ago

The current implementation of Crepe requires the user to provide the model of CREPE (https://github.com/ml5js/ml5-library/blob/master/src/PitchDetection/index.js#L23). This PR stores the model in this repo so we can change the src code of the library and pull it from here.

I have also moved the text datasets from training/lstm folder to datasets/text since I think this makes more sense. The landscapes dataset was also moved to datasets/images