https://github.com/duhow/personcounter
A simple Python web application with API to count people.
https://github.com/duhow/personcounter
check-in-out counter people-counter people-counting person-counting
Last synced: 3 months ago
JSON representation
A simple Python web application with API to count people.
- Host: GitHub
- URL: https://github.com/duhow/personcounter
- Owner: duhow
- Created: 2023-01-15T21:36:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T18:30:17.000Z (over 3 years ago)
- Last Synced: 2025-06-22T08:47:40.960Z (12 months ago)
- Topics: check-in-out, counter, people-counter, people-counting, person-counting
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
```sh
docker run --rm -d -p 6379:6379 -v $PWD/redis:/data --name redis eqalpha/keydb
python3 -m flask run --host 0.0.0.0
```