Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ml4a/ml4a-demos
demos for ML in the browser
https://github.com/ml4a/ml4a-demos
Last synced: 6 days ago
JSON representation
demos for ML in the browser
- Host: GitHub
- URL: https://github.com/ml4a/ml4a-demos
- Owner: ml4a
- Created: 2016-06-01T03:27:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T19:21:02.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:45:49.891Z (15 days ago)
- Language: HTML
- Homepage: http://ml4a.github.io/
- Size: 46.4 MB
- Stars: 102
- Watchers: 11
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)