Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 2eaaa03

Browse files
committedOct 13, 2019
init
1 parent 4beced3 commit 2eaaa03

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎readme.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 人脸评估
2+
3+
这是我们组织招新的演示,最初是临时制作的项目,现在仍处于早期阶段,比较简陋.
4+
5+
## 本项目:
6+
- 使用`Python`实现,并且使用`venv`,这使得**无需安装任何其他依赖环境就能运行本项目**
7+
8+
- 使用`Flask`来搭建Web应用
9+
- 使用`Baidu-API`来完成人脸识别
10+
- 使用`opencv`来调用摄像头完成拍照
11+
12+
13+
## 若想运行这个项目,请按照以下指示:
14+
1. 下载这个项目: `git clone``Download ZIP`
15+
2. 运行web服务: 在`cmd`(或`shell`)中切换到项目所在的路径,然后输入命令`./venv/bin/python3.6 ./face.py`
16+
3. 打开网站:在浏览器地址栏中输入`http://0.0.0.0:8080/`

0 commit comments

Comments
 (0)