Dataset used in building the dashboard was scaraped from the NIGERIA Health Facility Registry (HFR) with Selenium. Explore scraping scripts here
- Create a folder dashboard.
- Open terminal and cd in dashboard.
# clone the repo
git clone https://github.com/Sachimugu/Health-care-dasboard.git
# Create a conda virtual environment called healthCaerDashboard and install all the packages
conda create --name healthCaerDashboard pandas plotly plotly dash==2.5.1 dash-bootstrap-components
# Activate the conda environment
conda activate healthCaerDashboard
#run app
python dashboard.py
Go to http://127.0.0.1:8081/ on browser