no message

This commit is contained in:
Calvin 2023-09-04 11:32:42 +08:00
parent 413a1a0e87
commit e8dbdca693
3 changed files with 232 additions and 216 deletions

134
README.md
View File

@ -1,17 +1,52 @@
<div align="left">
<div align="center">
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/logo.png" width = "200" />
</div>
[![star](https://gitee.com/mymagicpower/AIAS/badge/star.svg?theme=gvp)](https://gitee.com/mymagicpower/AIAS/stargazers) [![fork](https://gitee.com/mymagicpower/AIAS/badge/fork.svg?theme=gvp)](https://gitee.com/mymagicpower/AIAS/members)
<h4 align="center">
<p>
<b>中文</b> |
<a href="https://github.com/mymagicpower/AIAS/blob/main/README_EN.md">English</a>
<p>
</h4>
</div>
#### AIAS (AI Accelerator Suite)
- AIAS provides capabilities:
#### 官网:
- https://www.aias.top/
#### 联系方式:
- QQ: 179209347
- Mail: 179209347@qq.com
#### AIAS (AI Acceleration Suite - AI算法落地加速器套件)
- AIAS提供的参考能力:
```bash
1. SDK: includes support for various model hubs and GitHub preferred models.
2. Platform engine: includes API platform engine, search engine, training engine, edge computing engine, etc.
3. Scene suite: includes suites for various scenes such as ToB, ToC, and ToG, such as the biomedicine suite.
1. SDK包含了对各Model Hub以及GitHub优选模型的支持。
2. 平台引擎包含了API平台引擎搜索引擎训练引擎边缘计算引擎等。
3. 场景套件包含了面向ToBToCToG各场景的套件比如生物医药套件。
```
- AIAS的目标:
```bash
1. 加速算法落地
2. 为集成商赋能
3. 为企业内部项目赋能
```
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/roadmap.jpg" width = "600" />
</div>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/AIAS.png" width = "600" />
</div>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/aias_scope.png" width = "600" />
@ -57,76 +92,91 @@
</div>
#### Project List:
#### 项目清单:
- 1. image_sdks
- 1. image_sdks - [图像识别 SDK]
```text
1) Toolbox series: image processing toolbox (static image).
2) Object detection: object detection, object tracking, face detection & recognition.
3) Image segmentation: image segmentation, remote sensing images, medical images.
4) Behavior analysis: behavior recognition, pose estimation.
5) GAN: super resolution, motion-driven, style transfer, image generation.
6) Other categories: OCR, SLAM, depth estimation, autonomous driving, reinforcement learning, video understanding, image fusion, image retrieval, etc.
1). 工具箱系列:图像处理工具箱(静态图像)
2). 目标检测:目标检测、目标跟踪、人脸检测&识别
3). 图像分割:图像分割、遥感图像、医疗影像
4). 行为分析:行为识别、姿态估计
5). GAN 超分辨率、动作驱动、风格迁移、图像生成
6). 其它类别OCR、SLAM、深度估计、自动驾驶、强化学习、视频理解、图像融合、图像检索
...
```
- 2. nlp_sdks
- 2. nlp_sdks - [自然语言 SDK]
```text
1) Toolbox series: Tokenizer, sentencepiece, fastText, npy/npz file processing, etc.
2) Text generation
3) Word vectors
4) Machine translation
5) Semantic model
6) Emotional analysis
7) Syntactic analysis
8) Lexical analysis
9) Text review
1). 工具箱系列TokenizersentencepiecefastTextnpy/npz文件处理等。
2). 文本生成
3). 词向量
4). 机器翻译
5). 语义模型
6). 情感分析
7). 句法分析
8). 词法分析
9). 文本审核
...
```
- 3. audio_sdks
- 3. audio_sdks - [语音处理 SDK]
```text
1) Toolbox series: phoneme toolbox, librosa, java sound, javacv ffmpeg, fft, vad toolbox, etc.
2) Sound cloning
3) Speech synthesis
4) Voiceprint recognition
5) Speech recognition
1). 工具箱系列音素工具箱librosajava soundjavacv ffmpeg, fft, vad工具箱等。
2). 声音克隆
3). 语音合成
4). 声纹识别
5). 语音识别
...
```
- 4. engine_hub
- 4. engine_hub - [平台引擎]
```text
1) Training engine
2) Search engine
3) API capability platform
1). 训练引擎
2). 搜索引擎
3). API能力平台
4). 边缘计算引擎
...
```
- 5. suite_hub
- 5. suite_hub - [场景套件]
```text
1) ToB: question and answer system, etc.
2) Biomedicine
3) Digital virtual humans
4) AI content generation (image generation: stable diffusion)
1). ToB: 问答系统等
2). 生物医药
3). 数字虚拟人
4). AI 内容生成 图像生成stable diffusion
...
```
#### 帮助文档:
- https://aias.top/guides.html
- 1.性能优化常见问题:
- https://aias.top/AIAS/guides/performance.html
- 2.引擎配置包括CPUGPU在线自动加载及本地配置:
- https://aias.top/AIAS/guides/engine_config.html
- 3.模型在线/离线加载方式(在线自动加载,及离线加载配置):
- https://aias.top/AIAS/guides/load_model.html
- 4.Windows环境常见问题:
- https://aias.top/AIAS/guides/windows.html
#### Other open source projects:
#### 其它研究专题:
#### 1. quantum computing
#### 1. AI + 量子计算
<div align="left">
<img src="https://qubits.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "150" />
</div>
- 官网: https://www.qubits.top/
- Gitee: https://gitee.com/mymagicpower/qubits
- GitHub: https://github.com/mymagicpower/qubits
#### 2. AI + biomedicine
#### 2. AI + 生物医药
<div align="left">
<img src="https://bio-computing.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "200" />
</div>
- 官网: https://www.biocomputing.top/
- Gitee: https://gitee.com/mymagicpower/bio-computing
- GitHub: https://github.com/mymagicpower/bio-computing

140
README_EN.md Normal file
View File

@ -0,0 +1,140 @@
<div align="center">
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/logo.png" width = "200" />
</div>
<h4 align="center">
<p>
<b>English</b> |
<a href="https://github.com/mymagicpower/AIAS/blob/main/README.md">中文</a>
<p>
</h4>
</div>
#### AIAS (AI Accelerator Suite)
- AIAS provides capabilities:
```bash
1. SDK: includes support for various model hubs and GitHub preferred models.
2. Platform engine: includes API platform engine, search engine, training engine, edge computing engine, etc.
3. Scene suite: includes suites for various scenes such as ToB, ToC, and ToG, such as the biomedicine suite.
```
<div align="center">
<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>
</div>
#### Project List:
- 1. image_sdks
```text
1) Toolbox series: image processing toolbox (static image).
2) Object detection: object detection, object tracking, face detection & recognition.
3) Image segmentation: image segmentation, remote sensing images, medical images.
4) Behavior analysis: behavior recognition, pose estimation.
5) GAN: super resolution, motion-driven, style transfer, image generation.
6) Other categories: OCR, SLAM, depth estimation, autonomous driving, reinforcement learning, video understanding, image fusion, image retrieval, etc.
...
```
- 2. nlp_sdks
```text
1) Toolbox series: Tokenizer, sentencepiece, fastText, npy/npz file processing, etc.
2) Text generation
3) Word vectors
4) Machine translation
5) Semantic model
6) Emotional analysis
7) Syntactic analysis
8) Lexical analysis
9) Text review
...
```
- 3. audio_sdks
```text
1) Toolbox series: phoneme toolbox, librosa, java sound, javacv ffmpeg, fft, vad toolbox, etc.
2) Sound cloning
3) Speech synthesis
4) Voiceprint recognition
5) Speech recognition
...
```
- 4. engine_hub
```text
1) Training engine
2) Search engine
3) API capability platform
...
```
- 5. suite_hub
```text
1) ToB: question and answer system, etc.
2) Biomedicine
3) Digital virtual humans
4) AI content generation (image generation: stable diffusion)
...
```
#### Other open source projects:
#### 1. quantum computing
<div align="left">
<img src="https://qubits.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "150" />
</div>
- GitHub: https://github.com/mymagicpower/qubits
#### 2. AI + biomedicine
<div align="left">
<img src="https://bio-computing.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "200" />
</div>
- GitHub: https://github.com/mymagicpower/bio-computing

View File

@ -1,174 +0,0 @@
<div align="left">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/logo.png" width = "200" />
</div>
[![star](https://gitee.com/mymagicpower/AIAS/badge/star.svg?theme=gvp)](https://gitee.com/mymagicpower/AIAS/stargazers) [![fork](https://gitee.com/mymagicpower/AIAS/badge/fork.svg?theme=gvp)](https://gitee.com/mymagicpower/AIAS/members)
#### 官网:
- https://www.aias.top/
#### 联系方式:
- QQ: 179209347
- Mail: 179209347@qq.com
#### AIAS (AI Acceleration Suite - AI算法落地加速器套件)
- AIAS提供的参考能力:
```bash
1. SDK包含了对各Model Hub以及GitHub优选模型的支持。
2. 平台引擎包含了API平台引擎搜索引擎训练引擎边缘计算引擎等。
3. 场景套件包含了面向ToBToCToG各场景的套件比如生物医药套件。
```
- AIAS的目标:
```bash
1. 加速算法落地
2. 为集成商赋能
3. 为企业内部项目赋能
```
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/roadmap.jpg" width = "600" />
</div>
<div align="center">
<img src="https://aias-home.oss-cn-beijing.aliyuncs.com/images/AIAS.png" width = "600" />
</div>
<div align="center">
<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>
</div>
#### 项目清单:
- 1. image_sdks - [图像识别 SDK]
```text
1). 工具箱系列:图像处理工具箱(静态图像)
2). 目标检测:目标检测、目标跟踪、人脸检测&识别
3). 图像分割:图像分割、遥感图像、医疗影像
4). 行为分析:行为识别、姿态估计
5). GAN 超分辨率、动作驱动、风格迁移、图像生成
6). 其它类别OCR、SLAM、深度估计、自动驾驶、强化学习、视频理解、图像融合、图像检索
...
```
- 2. nlp_sdks - [自然语言 SDK]
```text
1). 工具箱系列TokenizersentencepiecefastTextnpy/npz文件处理等。
2). 文本生成
3). 词向量
4). 机器翻译
5). 语义模型
6). 情感分析
7). 句法分析
8). 词法分析
9). 文本审核
...
```
- 3. audio_sdks - [语音处理 SDK]
```text
1). 工具箱系列音素工具箱librosajava soundjavacv ffmpeg, fft, vad工具箱等。
2). 声音克隆
3). 语音合成
4). 声纹识别
5). 语音识别
...
```
- 4. engine_hub - [平台引擎]
```text
1). 训练引擎
2). 搜索引擎
3). API能力平台
4). 边缘计算引擎
...
```
- 5. suite_hub - [场景套件]
```text
1). ToB: 问答系统等
2). 生物医药
3). 数字虚拟人
4). AI 内容生成 图像生成stable diffusion
...
```
#### 帮助文档:
- https://aias.top/guides.html
- 1.性能优化常见问题:
- https://aias.top/AIAS/guides/performance.html
- 2.引擎配置包括CPUGPU在线自动加载及本地配置:
- https://aias.top/AIAS/guides/engine_config.html
- 3.模型在线/离线加载方式(在线自动加载,及离线加载配置):
- https://aias.top/AIAS/guides/load_model.html
- 4.Windows环境常见问题:
- https://aias.top/AIAS/guides/windows.html
#### 其它研究专题:
#### 1. AI + 量子计算
<div align="left">
<img src="https://qubits.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "150" />
</div>
- 官网: https://www.qubits.top/
- Gitee: https://gitee.com/mymagicpower/qubits
- GitHub: https://github.com/mymagicpower/qubits
#### 2. AI + 生物医药
<div align="left">
<img src="https://bio-computing.oss-cn-shanghai.aliyuncs.com/images/logo.png" width = "200" />
</div>
- 官网: https://www.biocomputing.top/
- Gitee: https://gitee.com/mymagicpower/bio-computing
- GitHub: https://github.com/mymagicpower/bio-computing