Skip to content

A project to develop a website which gives the air and water quality of the location entered in the form of an index.

Notifications You must be signed in to change notification settings

Faulty404/AquaAir

Repository files navigation

AquaAir

A webapp which gives the air and water quality index of the location entered by the user.

Prerequisites:

To run the model on localhost, one must have the django framework installed on the remote device.

Steps to run the server:

  1. Enter the working directory for the django folder. In this case it is the src folder.
  2. While inside the src folder, open the terminal and type the following command:
$ python .\manage.py runserver
  1. This command should return a link for the model which is running on a localhost.
  2. 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.
  3. 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.

User Interface :

image

How does it Work ?

alt text

About

A project to develop a website which gives the air and water quality of the location entered in the form of an index.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages