Skip to content

A machine learning model built on flask framework, mostly uses openCV to detect person in photo, can be used in single or batch images

Notifications You must be signed in to change notification settings

JizhiziLi/person-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

person-detector

A light RESTful framework built on flask for person detection

required envs

export FLASK_APP=run.py in ~/.bash_profile

create new python virtual env and install packages

conda create -n [name] python=3.6

pip install -r requirements.txt

Run the app

  1. go into your virtual machine

source activate [name] (for anaconda/miniconda)

  1. cd the folder where store the run.py

cd [root_path]

  1. run the python file

python run.py

About

A machine learning model built on flask framework, mostly uses openCV to detect person in photo, can be used in single or batch images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published