zhaoming0 / webml-polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Machine Learning (ML) API polyfill and examples

MacOS Linux Windows
Build Status CircleCI Build status

Development / Testing

Install

$ npm install

Start

$ npm start

Start an HTTPS server:

$ HTTPS=true npm start

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.

About

License:Apache License 2.0


Languages

Language:Python 91.7%Language:JavaScript 8.1%Language:C++ 0.1%Language:HTML 0.1%Language:CSS 0.0%Language:CMake 0.0%