Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.39 KB

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

Examples

WebNN API Examples QR Code

WebNN API Examples

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.