IBM / taxinomitis

Source code for Machine Learning for Kids site
https://machinelearningforkids.co.uk
Apache License 2.0
143 stars 137 forks source link

Test replacing Watson Visual Recognition with TF #351

Closed dalelane closed 3 years ago

dalelane commented 3 years ago

The sound model support is currently implemented in JavaScript, using TensorflowJS to train and run models in the browser.

https://github.com/IBM/taxinomitis/blob/316faf5087b635241801b143e2a252882f97ab84/public/components/soundtraining/soundtraining.service.js#L113-L265

I'd like to explore doing something similar for images projects.

Advantages:

Disadvantages:

At this point, I'd like to evaluate whether the models would perform well enough for this to be an option.

dalelane commented 3 years ago

This is now implemented, and live in the site. Access to it is currently restricted to a small number of beta testers while it can be tested more thoroughly.

dalelane commented 3 years ago

Testing has been successful so far, so I'm enabling the feature while flagging it as a beta and leaving Watson Visual Recognition in as an option.