You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ This repository contains a collection of samples and examples demonstrating Web
7
7
## Repository Structure
8
8
This repository hosts a wide range of samples and examples that showcase different use cases and functionalities of WebNN. Here's an overview of the directory structure:
9
9
10
+
*[Code Editor](/code): This is a Code Editor used for evaluating, reviewing and modifying WebNN sample codes interactively in web browser.
10
11
*[Face recognition](/face_recognition): This directory contains examples of SSD MobileNet V2 Face and Face Landmark (SimpleCNN) model implementation.
11
12
*[Facial landmark detection](/facial_landmark_detection): This directory contains examples of SSD MobileNet V2 Face and Face Landmark (SimpleCNN) model implementation.
12
13
*[Image classification](/image_classification): This directory contains examples demonstrating image classification using pre-trained models with WebNN.
13
14
*[LeNet](/lenet): This example showcases the LeNet-based handwritten digits classification by WebNN API.
15
+
*[NNotepad](/nnotepad): This is a browser-based playground for experimenting with WebNN expressions without boilerplate code.
14
16
*[NSNet2](/nsnet2): This example shows how to implement the NSNet2 baseline implementation of a deep learning-based noise suppression model.
15
17
*[Object detection](/object_detection): Samples showcasing object detection tasks using WebNN with pre-trained models.
16
18
*[RNNoise](/rnnoise): This example shows the RNNoise baseline implementation of a deep learning-based noise suppression model.
@@ -63,6 +65,7 @@ To learn more about Web Neural Network API (WebNN) and its capabilities, check o
0 commit comments