Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 986 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 986 Bytes

Air-O-Analysis

Air-O-Analysis is a django web app which calculates the best Air Quality Index for a given location by comparing data from multiple ground based sensors and data from Earth Observation satellites. The statistical algorithm used to perform this is explained here.

Installation instructions:

  1. Clone this repository using git clone https://github.com/ayushprd/Air-O-Analysis.git
  2. Install the dependencies pip3 install -r requirements.txt
  3. Finally, run python3 manage.py runserver

Contributors:

We built this app as a part of NASA SpaceApps 2019.