https://github.com/agentmaker/webai.js-examples
https://github.com/agentmaker/webai.js-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentmaker/webai.js-examples
- Owner: AgentMaker
- License: apache-2.0
- Created: 2022-01-25T06:12:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T17:43:04.000Z (about 4 years ago)
- Last Synced: 2025-02-08T00:42:56.497Z (about 1 year ago)
- Language: JavaScript
- Size: 6.47 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
* 更多细节请参考示例目录内的文档