修改文档

This commit is contained in:
lidapeng 2024-11-23 10:40:06 +08:00
parent a04df8b6e4
commit b10579a9b1

View File

@ -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>