A webapp which gives the air and water quality index of the location entered by the user.
To run the model on localhost, one must have the django framework installed on the remote device.
Steps to run the server:
- Enter the working directory for the django folder. In this case it is the src folder.
- While inside the src folder, open the terminal and type the following command:
$ python .\manage.py runserver
- This command should return a link for the model which is running on a localhost.
- To get the AQI(Air Quality Index) of a place, click on the AQI button which shall redirect you to a site where you must enter the name of the location you want to inspect the Air Quality of.
- To get the WQI(Water Quality Index) of a place, click on the WQI button which shall redirect you to a site where you must enter the composition of water to assess its potability.
In case some errors occur due to missing dependencies, please install them on your local device using the pip install command.