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

This repo to be deprecated / become an overview #30

Closed shiffman closed 3 years ago

shiffman commented 6 years ago

This repo is getting very big and it probably makes sense for models and datasets to live in their own repos. This repo can be a place for users to suggest models as well as keep a list / roadmap of all models and datasets. We've already done this with repos for training models.

MirkoPerrone commented 5 years ago

How can we make our own model and data ? Is there any bash or batch script to do the dirty job ?

shiffman commented 3 years ago

@MirkoPerrone, thanks for posing this question 2 years ago! This is something we are always striving to do better with ml5.js but hasn't been a priority for the project. At present there are a few repos marked "training" which demonstrate how to train your own models for specific ml5.js functions. Hopefully we'll be able to continue to improve and expand on these. I'm working on the charRNN one this week.

shiffman commented 3 years ago

I am closing this issue as my present day thinking is that this repo does have value as a place to store example pre-trained models (e.g. the charRNN ones I am using for my course).