Skip to content

A simple Python web application with API to count people.

Notifications You must be signed in to change notification settings

duhow/PersonCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

docker run --rm -d -p 6379:6379 -v $PWD/redis:/data --name redis eqalpha/keydb
python3 -m flask run --host 0.0.0.0