Skip to content

ml4a/ml4a-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)