# AIDemoAndroid **Repository Path**: adlerliu/AIDemoAndroid ## Basic Information - **Project Name**: AIDemoAndroid - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目简介: 这是一个安卓手机端的AI集成项目,这个项目包括人脸检测与对比,文本检测与识别,命名实体识别。 **注意事项:** 1.本项目只包含必要的AI关键部分,android手机适配可能不是完美,(已在moto极上通过测试,完美运行) 2.本项目相关深度学习模型训练算法将在本人相关项目后续陆续给出 3.本项目纯属研究,欢迎各位朋友给出意见与建议 **项目功能模块:** 人脸识别与检测 文字识别与检测 命名实体识别 **项目依赖知识点:** **工具类:** 1. tensorflow-1.8 [https://google.bintray.com/tensorflow/org/tensorflow/](https://google.bintray.com/tensorflow/org/tensorflow/ "aar 下载") 1. renderscript gpu脚本 算法相关: 1. 卷积神经网络 2. 循环神经网路 3. 大津法 4. 局部自适应亮度处理 **速度与性能:** 1.人脸对比与检测速度为秒级别,实际准确率为超过90% 2.文字检测与识别(大约8000多个汉字及字符),速度为4秒内(moto极),准确率超过90%(在一定条件下拍摄) 3.命名实体识别速度为秒级别,准确率超过90%以上