Flight Price Prediction Overview This is a Flask web application which predicts the dare of flight ticket. Softwares and Tools Required Github VS Code IDE Heroku Git CLI Commands Create a new environment conda create -p venv python==3.7 -y Install required libraries pip install -r requirements.txt Did not add Heroku deployment yet. Can only run locally.