Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.
/ face-demo Public archive

一个演示用的人脸识别的demo

Notifications You must be signed in to change notification settings

CQU-AI/face-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

人脸评估

这是我们组织招新的演示,最初是临时制作的项目,现在仍处于早期阶段,比较简陋.

本项目:

  • 使用Python实现,并且使用venv,这使得无需安装任何其他依赖环境就能运行本项目

  • 使用Flask来搭建Web应用

  • 使用Baidu-API来完成人脸识别

  • 使用opencv来调用摄像头完成拍照

若想运行这个项目,请按照以下指示:

  1. 下载这个项目: git cloneDownload ZIP
  2. 运行web服务: 在cmd(或shell)中切换到项目所在的路径,然后输入命令./venv/bin/python3.6 ./face.py
  3. 打开网站:在浏览器地址栏中输入http://0.0.0.0:8080/