/ml4a-demos

demos for ML in the browser

Primary LanguageHTML

Demos for ML in the browser

Collecting examples and demos of using machine learning in the browser, built on top of Tensorflow.js, ml5.js, and p5.js.

This repository will soon be viewable as live in-browser demos here.

To begin, start a local webserver from the root folder.

python -m SimpleHTTPServer

(in Python 3, use python -m http.server)