wonsuk73 / webnn

🧠 Web Neural Network API

Home Page:https://webmachinelearning.github.io/webnn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🧠 Web Neural Network API

https://webmachinelearning.github.io/webnn/

License:Other


Languages

Language:Makefile 100.0%