mirror of
https://gitee.com/dromara/easyAi.git
synced 2024-12-01 19:28:29 +08:00
修改文档
This commit is contained in:
parent
a04df8b6e4
commit
b10579a9b1
@ -27,7 +27,7 @@ EasyAi无任何依赖,它是一个原生Java人工智能算法框架。首先
|
||||
|
||||
### 人脸识别
|
||||
* 人脸识别是对人的脸部进行定位后进行识别,是常用的人工智能图像项目
|
||||
* seeFace是基于EasyAi框架开发的开源社区级人脸识别
|
||||
* seeFace是基于EasyAi框架开发的开源社区级人脸识别内核算法
|
||||
* 算法源码地址:https://gitee.com/ldp_dpsmax/see-face
|
||||
|
||||
<div align=center><img src="https://myeasyai.cn/img/face2.png"></div>
|
||||
@ -90,7 +90,7 @@ https://gitcode.com/dromara/EasyAi/overview
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>cn.myeasyai</groupId>
|
||||
<groupId>org.dromara.easyai</groupId>
|
||||
<artifactId>easyAi</artifactId>
|
||||
<version>1.2.9</version>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user