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.
- Usage
- Installation
- Recommended configurations
- Custom configurations
- Updating
- Uninstallation
- Contributing
- Future Scope
Man pages have been added. Checkout man colorls
.
- 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
- Copy the github url from the repository :
https://github.com/SiddharthaShandilya/air_quality_index_prediction.git
- 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.*
- Create a seperate virtual environment to avoid conflict between python libraries :
python3 -m venv new-env
- Activate the virtual env: 👉 (click Here)
- Install all the libraries for the application.
pip3 install -r requirements.txt
- Have a look at Recommended configurations and Custom configurations.