登录 注册
当前位置:主页 > 资源下载 > 9 > py-facial-recognize.zip下载

py-facial-recognize.zip下载

  • 更新:2024-10-24 11:09:32
  • 大小:274KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:深度学习 - 人工智能
  • 格式:ZIP

资源介绍

使用python进行人脸识别。获取用户图片,训练数据,保存训练图片进行人脸识别。 #Facial Recognition Micor Service ###Python Tree Instruction ```python -config --setting.py -lib -scripts -setup.py ``` 1. config/setting.py include all settings about DB, AWS and others 2. lib/ include all the packages used in this python project 3. scripts/ include all the custom codes which can be run by python 4. setup.py is the start of this project