AIAS/README.md

183 lines
4.7 KiB
Markdown
Raw Normal View History

2021-09-27 16:05:27 +08:00
#### 官网:
2021-09-27 16:03:30 +08:00
http://www.aias.top/
2021-07-25 16:17:50 +08:00
2021-09-27 16:05:27 +08:00
#### AIAS (AI Acceleration Suite - AI算法落地加速器套件)
2021-09-27 17:05:49 +08:00
- AIAS提供的能力:
2021-06-04 14:22:13 +08:00
```bash
1. SDK
2021-08-13 19:36:01 +08:00
2. 平台引擎
2021-12-27 11:42:23 +08:00
3. 场景套件(含生物医药,元宇宙)
2021-06-04 14:22:13 +08:00
```
2021-06-04 14:14:06 +08:00
2021-10-07 20:30:00 +08:00
- AIAS的目标:
2021-06-04 14:14:06 +08:00
```bash
2021-06-04 14:21:12 +08:00
1. 加速算法落地
2. 为集成商赋能
3. 为企业内部项目赋能
2021-06-04 14:14:06 +08:00
```
2021-12-27 11:42:23 +08:00
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/AIAS.png" width = "600" />
</div>
2021-06-28 23:22:04 +08:00
2021-09-27 16:03:30 +08:00
- 在Data Hub, Model Hub 的基础上扩展出三个新的Hub概念:
2021-07-13 10:07:15 +08:00
2021-09-27 16:03:30 +08:00
```bash
1. SDK Hub
2021-10-03 22:25:35 +08:00
包含了对各Model Hub以及GitHub优选模型的支持。
2021-09-27 16:03:30 +08:00
2. Engine Hub
2021-12-27 11:42:23 +08:00
包含了API平台引擎搜索引擎训练引擎边缘计算引擎等。
2021-09-27 16:03:30 +08:00
3. Suite Hub
包含了面向ToBToCToG各场景的套件。比如泛安防套件ToB套件IOCR, 非结构化解析,推荐系统等)...
```
2021-12-27 11:42:23 +08:00
<div align="center">
2021-12-27 11:48:00 +08:00
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_scope.png" width = "600" />
<table>
<tr>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_edge.png" width = "250" />
</div>
</td>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_edge_cloud.png" width = "250" />
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_training1.png" width = "250" />
</div>
</td>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_search.png" width = "250" />
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/AIAS/image_search/images/face_search.png" width = "250" />
</div>
</td>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/AIAS/train_platform/images/training.png" width = "250" />
</div>
</td>
</tr>
</table>
2021-09-27 16:03:30 +08:00
2021-12-27 11:48:00 +08:00
</div>
2021-09-27 16:03:30 +08:00
2021-12-27 11:42:23 +08:00
#### 项目清单:
2021-09-27 17:05:49 +08:00
2021-12-27 11:42:23 +08:00
- 1. image_sdks - [图像识别 SDK](http://aias.top/cv_sdk.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 工具箱系列:图像处理工具箱(静态图像)
2). 目标检测:目标检测、目标跟踪、人脸检测&识别
3). 图像分割:图像分割、遥感图像、医疗影像
4). 行为分析:行为识别、姿态估计
5). GAN 超分辨率、动作驱动、风格迁移、图像生成
6). 其它类别OCR、SLAM、深度估计、自动驾驶、强化学习、视频理解、图像融合、图像检索
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 2. nlp_sdks - [自然语言 SDK](http://aias.top/nlp_sdk.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 工具箱系列TokenizersentencepiecefastTextnpy/npz文件处理等。
2). 文本生成
3). 词向量
4). 机器翻译
5). 语义模型
6). 情感分析
7). 句法分析
8). 词法分析
9). 文本审核
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 3. audio_sdks - [语音处理 SDK](http://aias.top/voice_sdk.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 工具箱系列音素工具箱librosajava soundjavacv ffmpeg, fft, vad工具箱等。
2). 声音克隆
3). 语音合成
4). 声纹识别
5). 语音识别
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 4. video_sdks - [图像SDK - 实时视频检测](http://aias.top/cv_sdk.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 摄像头实时视频流处理
2). 离线视频处理
3). rtsp,rtmp视频流处理
2021-10-03 22:25:35 +08:00
```
2021-12-27 11:42:23 +08:00
- 5. bigdata_sdks - [图像SDK - 大数据处理](http://aias.top/cv_sdk.html) [语音SDK - 大数据处理](http://aias.top/nlp_sdk.html)
2021-10-03 22:25:35 +08:00
```text
2021-12-27 11:42:23 +08:00
1). flink流式数据处理
2). kafka数据处理
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 6. biomedicine - [生物医药](http://aias.top/bio_sdk.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 工具箱系列RDKit工具箱DNA工具箱
2). DNA序列搜索
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 7. engine_hub - [平台引擎](http://aias.top/platform.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). 训练引擎
2). 搜索引擎
3). API能力平台
4). 边缘计算引擎
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 8. suite_hub - [场景套件](http://aias.top/suite.html)
2021-09-27 17:05:49 +08:00
```text
2021-12-27 11:42:23 +08:00
1). OCR自定义模版识别
2). 问答系统
...
2021-09-27 17:05:49 +08:00
```
2021-12-27 11:42:23 +08:00
- 9. 9_metaverse - [元宇宙](http://aias.top/metaverse.html)
```text
1). 2D虚拟偶像
...
```
2021-09-27 17:05:49 +08:00
2021-12-24 13:36:02 +08:00
#### 联系方式:
2021-12-24 20:34:35 +08:00
<table>
<tr>
<th>微信扫码入群:</th>
<th>QQ扫码入群</th>
</tr>
<tr>
<td>
<div align="center">
2022-02-08 11:06:19 +08:00
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/weixin.png?v=8" width = "250" />
2021-12-24 20:34:35 +08:00
</div>
</td>
<td>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/qq.png" width = "300" />
</div>
</td>
</tr>
</table>
2021-09-27 16:03:30 +08:00
2021-12-24 19:34:04 +08:00
Calvin
2021-09-27 16:05:27 +08:00
QQ: 179209347
2021-09-27 16:03:30 +08:00
Mail: 179209347@qq.com
2021-07-13 10:07:15 +08:00