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
+35-9Lines changed: 35 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
9
9
Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep learning framework running in the browser. Paddle.js can either load a pre-trained model, or transforming a model from paddle-hub with model transforming tools provided by Paddle.js. It could run in every browser with WebGL/WebGPU/WebAssembly supported. It could also run in Baidu Smartprogram and WX miniprogram.
10
10
11
-
12
-
13
11
## Ecosystem
14
12
15
13
| Project | version | Description |
@@ -71,6 +69,9 @@ Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep
-[humanStream](./packages/paddlejs-examples/humanStream/README.md) video-streaming human segmentation[online experience](https://paddlejs.baidu.com/humanStream)
98
+
-[humanseg](./packages/paddlejs-examples/humanseg/README.md) human segmentation example[online experience](https://paddlejs.baidu.com/humanseg)
99
+
-[ocr](./packages/paddlejs-examples/ocr/README.md) optical character recognition example[online experience](https://paddlejs.baidu.com/ocr)
100
+
-[ocr detection](./packages/paddlejs-examples/ocrdetection/README.md) optical character detection example[online experience](https://paddlejs.baidu.com/ocrdet)
101
+
-[mobilenet](./packages/paddlejs-examples/mobilenet) classify images into 1000 object categories[online experience](https://paddlejs.baidu.com/mobilenet)
102
+
-[wine](./packages/paddlejs-examples/wine) classify bottles into 7 categories[online experience](https://paddlejs.baidu.com/wine)
102
103
-[webglworker](./packages/paddlejs-examples/webglWorker) This demo help us to use Paddle.js in WebWorker.
0 commit comments