/aiWeb

Primary LanguageJavaScript

人脸识别系统

使用face-api.js 进行人脸识别

  1. 使用nodejs+express 起后台服务
  2. 使用canvas 截图头像图片上传服务器

数据收集

想要训练专属人脸识别模型?先掌握构建人脸数据集的三种绝招 https://cloud.tencent.com/developer/article/1166939

tensorflow入门教程(二十六)人脸识别(上) https://blog.csdn.net/rookie_wei/article/details/81676177

人脸表情识别--基于Keras的深层卷积神经网络 https://blog.csdn.net/u013093426/article/details/81145936

https://blog.csdn.net/u013093426/article/details/81270955 https://blog.csdn.net/qq_34137397/article/details/81059788 https://mp.weixin.qq.com/s?__biz=MzI3MTA0MTk1MA==&mid=2652042548&idx=3&sn=4ce4be6c0b2dae100cd3b0bfa49a05c3&chksm=f12181c5c65608d3f3b8dd629b95ec35a87893bdd3b1610466c54ed2ea2a4a3fcd24370e95f2&mpshare=1&scene=1&srcid=#rd] https://blog.csdn.net/qq_34137397/article/details/80779842 java实现 #Ubuntu下dlib库编译安装

https://www.cnblogs.com/whenyd/p/7721989.html

我们使用一个开源数据集,来自Kaggle的Face Emotion Recognition(FER )

pip2 install face_recognition https://github.com/priya-dwivedi/face_and_emotion_detection https://github.com/ageitgey/face_recognition/tree/master/examples https://github.com/priya-dwivedi/face_and_emotion_detection/blob/master/src/facial_detection_recog_emotion.ipynb

#生成requirements.txt文件 pip freeze > requirements.txt

#安装requirements.txt依赖

pip install -r requirements.txt

情绪分析 https://github.com/priya-dwivedi/face_and_emotion_detection

=======

人脸识别——基于CNN的模型实现

人脸特征相似度计算

PostgreSQL 遗传学应用 - 矩阵相似距离计算 (欧式距离,...XX距离) https://my.oschina.net/u/3637633/blog/1596195

如何在集群中高效地部署和使用 AI 芯片? https://github.com/stargate-team/stargate

关于部署 1 2Kubernetes

利用TensorFlow.js部署简单的AI版「你画我猜」图像识别应用

速度超Mask RCNN四倍,仅在单个GPU训练的实时实例分割算法 | 技术头条