Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ml4a/ml4a-demos

demos for ML in the browser
https://github.com/ml4a/ml4a-demos

Last synced: about 2 months ago
JSON representation

demos for ML in the browser

Awesome Lists containing this project

README

        

# Demos for ML in the browser

Collecting examples and demos of using machine learning in the browser, built on top of [Tensorflow.js](https://js.tensorflow.org/), [ml5.js](https://ml5js.org/), and [p5.js](https://p5js.org/).

This repository will soon be viewable as live in-browser demos [here](http://ml4a.github.io/demos).

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

python -m SimpleHTTPServer

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