Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

THIS WEB_APP ALLOWS USER TO PREDICT THE AIR QUALITY INDEX BASED ON FEATURES LIKE TEMPERATURE, WIND VELOCITY, ATMOSPHERIC PRESSURE

License

Notifications You must be signed in to change notification settings

SiddharthaShandilya/air_quality_index_prediction

Repository files navigation

AIR_QUALITY_INDEX_PREDICITON

forthebadge forthebadge forthebadge

The project is about creating a model which predicts the flight fare price based on factors like distance, number of stops, total hours of flight as well as the type of seat

Here are the screenshots of working example on an AWS Linux Instance.

Table of contents



Usage

(Back to top)

Man pages have been added. Checkout man colorls.

Installation

(Back to top)

  1. Install git (preferably, version >= 2.0) and python (preferably, version >=3.6) (windows) For Linux :
   sudo yum instal git -y
   sudo yum install python -y
  1. Copy the github url from the repository :
https://github.com/SiddharthaShandilya/air_quality_index_prediction.git
  1. Select a Directory in local system and use
git clone https://github.com/SiddharthaShandilya/air_quality_index_prediction.git           
*Note for `git clone command`  Please make sure that you have proper internet connection. *

*Note for `python` Please try to anaconda for running the app.*  
  1. Create a seperate virtual environment to avoid conflict between python libraries :
    python3 -m venv new-env 
  1. Activate the virtual env: 👉 (click Here)
  2. Install all the libraries for the application.
pip3 install -r requirements.txt
  1. Have a look at Recommended configurations and Custom configurations.



Recommended configurations

(Back to top)

About

THIS WEB_APP ALLOWS USER TO PREDICT THE AIR QUALITY INDEX BASED ON FEATURES LIKE TEMPERATURE, WIND VELOCITY, ATMOSPHERIC PRESSURE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published