Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.12 KB

Web Machine Learning (ML) API polyfill and examples

MacOS Linux Windows
Build Status CircleCI Build status

Development / Testing

Install

$ npm install

Build

$ npm run build

Production build:

$ NODE_ENV=production npm run build

WASM backend build:

$ npm run build-wasm

Test

$ npm start

Open browser and navigate to http://localhost:8080/test

Watch

$ npm run watch

License

This project is following Apache License Version 2.0.

And all documents in test/wpt/resources are licensed by the W3C 3-clause BSD License.