Skip to content

MyFlightPrice is a Flask web app which can predict your flight price based on the required information.

Notifications You must be signed in to change notification settings

dipeshgyanchandani/myflightprice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Price Prediction

Table of Content

Overview

MyFlightPrice is a Flask web app which can predict your flight price based on the required information. Price may vary based on Source & Destination cities, Stops, Departure and Arrival Date & Time. Random Forest Regressor is implemented to predict the price of a flight.

Demo

Link: https://myflightprice.herokuapp.com/ or Click Here

alt text

alt text

Installation

To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Directory Tree

├── static 
│   ├── main.css
├── template
│   ├── about.html
│   ├── home.html
│   ├── layout.html
│   ├── predicted.html
├── Procfile
├── README.md
├── app.py
├── flight_price.ipynb
├── flight_rf.pkl
├── requirements.txt

Technologies Used

Bugs and Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result

Future Scope

  • Use Multiple Algorithms
  • Front - End

About

MyFlightPrice is a Flask web app which can predict your flight price based on the required information.

https://myflightprice.herokuapp.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published