Skip to content

Commit

Permalink
Add spec template, LICENSE and CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
anssiko committed Oct 31, 2018
0 parents commit 5eb215b
Show file tree
Hide file tree
Showing 5 changed files with 1,620 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,21 @@
# W3C Machine Learning for the Web Community Group

This repository is being used for work in the W3C Machine Learning for the Web Community Group, governed by the [W3C Community License Agreement (CLA)](https://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the CG.

If you are not the sole contributor to a contribution (pull request), please identify all
contributors in the pull request comment.

To add a contributor (other than yourself, that's automatic), mark them one per line as follows:

```
+@github_username
```

If you added a contributor by mistake, you can remove them in a comment with:

```
-@github_username
```

If you are making a pull request on behalf of someone else but you had no part in designing the
feature, you can remove yourself with the above syntax.
9 changes: 9 additions & 0 deletions LICENSE.md
@@ -0,0 +1,9 @@
All Reports in this Repository are licensed by Contributors
under the
[W3C Software and Document License](https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).

Contributions to Specifications are made under the
[W3C CLA](https://www.w3.org/community/about/agreements/cla/).

Contributions to Test Suites are made under the
[W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html)
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
Web Neural Network API
=======

This repository hosts the [Web Neural Network API](https://webmachinelearning.github.io/webnn/)
being worked on in the
[Machine Learning for the Web Community Group](https://www.w3.org/community/webmachinelearning/).
21 changes: 21 additions & 0 deletions index.bs
@@ -0,0 +1,21 @@
<pre class='metadata'>
Title: Web Neural Network API
Shortname: webnn
Level: 1
Status: w3c/CG-DRAFT
Group: webml
URL: https://webmachinelearning.github.io/webnn/
Editor: Your Name, Your Company http://example.com/your-company, your-email@example.com, http://example.com/your-personal-website
Abstract: A dedicated API for neural network inference hardware acceleration.
</pre>

Introduction {#intro}
=====================

Introduction here.

Use cases {#usecases}
=====================

Use cases here.

0 comments on commit 5eb215b

Please sign in to comment.