An open API service indexing awesome lists of open source software.

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.

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
```