资源说明:使用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
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。