Skip to content

Files

Latest commit

d2745a7 · Feb 9, 2022

History

History
27 lines (20 loc) · 612 Bytes

README_EN.md

File metadata and controls

27 lines (20 loc) · 612 Bytes

WebAI.js-Examples

中文版 | English

1. Introduction

  • This repo contains several webai.js examples

    Type Example
    Quick Start quick_start
    Face Detection ppdet
    ImageNet Classification ppcls
    Human Segmentation ppseg

2. Usage

  • Clone this repo:

    $ git clone https://github.com/AgentMaker/WebAI.js-Examples
  • Switch to the directory for the example, like './ppdet':

    $ cd ./ppdet
    
  • Refer to the documentation in the example directory for more details