This dashboard is meant to be used by sodzo Foundation limited to monitor water pollutants in real time: Pollutants include bottles, polythene bags, pampers and so on.
The dashboard is implemented using python django framework and leaflets. There is a python script used to remove duplicate images using hashing algorithm as well. (Purpose not intended here)
It's best to install Python projects in a Virtual Environment. Once you have set up a VE, clone this project
git clone https://github.com/Sodzo-Foundation/lawuna-Interactive-Dashboard.git
Then
cd lawuna-Interactive-Dashboard
Run
pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server
Then locate http://127.0.0.1:8000/
GPL-3.0