IBM / taxinomitis

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

feat: local project support for numbers projects #493

Closed dalelane closed 3 months ago

dalelane commented 3 months ago

This commit represents a re-write of the support for numbers projects. It has two objectives:

Models will still be created in the cloud, but they will only be stored for a very short period. Browsers will need to download and store the model locally.

This will represent a major reduction in cloud workload, as all model inferencing for non-text projects will now be moved off of the site servers.