Skip to content

ty-martz/dash-in-pollution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollution and Unemployment in India


This Plotly Dash app is part of a project to better understand the effect of pollution in India. See Dashboard in action on Heroku: https://emissions-dash.herokuapp.com/

Dashboard Usage

Requirements

  • Python >= 3.8
  • Anaconda

Steps

  • clone the repository git clone https://github.com/ty-martz/dash-in-pollution.git
  • open terminal/cmd line and navigate to the directory cd dash-in-pollution
  • Use conda to create environment conda env create -f environment.yml
  • Activate the environment conda activate dash_env
  • Run the Dash app python app.py