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.
- Clone this repository using
git clone https://github.com/ayushprd/Air-O-Analysis.git
- Install the dependencies
pip3 install -r requirements.txt
- Finally, run
python3 manage.py runserver
We built this app as a part of NASA SpaceApps 2019.