Skip to content

Johnnnnnnn/ml5-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 deeplearn.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

About

Friendly machine learning for the web! 🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%