Pharmacy queues prototype: A simple portal where the local people can visualize the number of customers in the waiting line at a pharmacy. Grab your phone, take a picture, upload it on the website, and the number of people waiting in queue is going to be automatically detected!
Based on Flask, a small local DB and Nanonetes' API for people detection.
- Linux
- Python3.6+ (Python3.7 works as well)
Install the requirements:
cd map_frontend
pip install -r requirements.txt
The database has to be moved into the tmp
folder:
cp db_backend/test.db /tmp/test.db
Detect the number of people in queue at pharmacies based on the input images
Go to https://github.com/DanyEle/WeAgainstVirus-FTD/tree/master/ml_predict for more details
cd db_backend
flask run --port 5001
cd map_frontend
flask run --port 5000