Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.65 KB

HEALTH CARE DASHBOARD

dashboard

Data Source

Dataset used in building the dashboard was scaraped from the NIGERIA Health Facility Registry (HFR) with Selenium. Explore scraping scripts here

Run Locally

  1. Create a folder dashboard.
  2. 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

Contact