To setup the project locally after you have cloned this repository:
python3 -m venv venvcreate virtual environmentsource venv/bin/activateto activate venv on Linux orvenv\Scripts\activate.batto activate venv on Windowspoetry installinstall dependenciescd orgdensitygo to program folderpython main.pystart a server
The app will be available on localhost:8050
python -m pytest