-
py-facial-recognize.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