Skip to content

ml5js/ml5-library

Repository files navigation

ML5

CircleCI Version

This project is currently in development.

Friendly machine learning for the web!

ml5.js is a high level JavaScript library for machine learning. The main idea of this project is to further reduce the barriers between lower level machine learning and creative outputs using JavaScript.

It works by wrapping tensorflow.js, providing a simple and friendly interface to work with GPU accelerated machine learning in JavaScript.

Usage

Download the full, minified or use the online version and add it to the head section of your HTML document:

<script src="ml5.min.js" type="text/javascript"></script>

or

<script src="https://unpkg.com/ml5" type="text/javascript"></script>

Resources

Standalone Examples

You can find a collection of examples using ml5.js in the following repository:

github.com/ml5js/ml5-examples.

The examples are meant to serve as an introduction to the library and machine learning concepts.

Contributing

See CONTRIBUTING