• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    HTML
  • Created over 8 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

demos for ML in the browser

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)