Skip to content

webmachinelearning/webnn

Repository files navigation

build

Web Neural Network API

This repository hosts the Web Neural Network API being worked on in the Web Machine Learning Working 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