Skip to content

huningxin/webnn

 
 

Repository files navigation

build

Web Neural Network API

This repository hosts the Web Neural Network API being worked on in the Machine Learning for the Web Community Group.

Pull requests

To propose a change, update index.bs and submit your PR. The index.html file is automatically built and deployed upon merge.

The spec is written using Bikeshed. Please refer to the Bikeshed Documentation for the Bikeshed syntax.

For testing purposes, you can generate the spec locally:

If you have bikeshed installed locally, you can generate the specification locally with:

prompt> make

This simply runs bikeshed on the index.bs file.

Otherwise, you can use the bikeshed Web API:

prompt> make online=1

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%