Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 402 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 402 Bytes

EB Dashboard

A dashboard to visualize employment-based green card related data and estimate the backlog and wait time.

Getting started with development

  • Create a new conda environment by only specifying the name and python=3.6 (i.e. conda create -n envname python=3.6)
  • Activate the environment
  • pip install -r requirements.txt
  • python app.py
  • In browser, type localhost:8050 to use the tool