An open API service indexing awesome lists of open source software.

https://github.com/agentmaker/webai.js-examples


https://github.com/agentmaker/webai.js-examples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebAI.js 示例
中文版 | [English](./README_EN.md)

## 1. 介绍
* 这个项目中包含了多个 WebAI.js 的示例

|类型|示例|
|:-:|:-:|
|快速开始|[quick_start](./quick_start)|
|人脸识别|[ppdet](./ppdet)|
|图像分类|[ppcls](./ppcls)|
|人体分割|[ppseg](./ppseg)|

## 2. 使用
* 克隆项目:

```bash
$ git clone https://github.com/AgentMaker/WebAI.js-Examples
```

* 切换至示例目录,比如 './ppdet':

```
$ cd ./ppdet
```

* 更多细节请参考示例目录内的文档