Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 667 Bytes

中文版

PaddleJS Examples

Baidu paddlejs uses the ready-made JavaScript model or transforms the paddle model to run in the browser.

Demonstration

At present, tiny Yolo model can run within 30ms for web project, which is enough for general real-time scenarios.

Browser coverage

  • PC: Chrome
  • Mac: Chrome
  • Android: Baidu App and QQ Browser and Chrome

Building deployment

npm install                         # Installation dependency
npm run tinyYolo              # run tinyYolo

Preview

  1. Open url: https://localhost:端口号/
  2. Click the upload picture button。

Result

image