Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.56 KB

README.md

File metadata and controls

53 lines (34 loc) · 2.56 KB

Flight Fare Prediction Application

Table of Content

Demo

The app of can be accessed via the following link:

https://flightfare-prediction.herokuapp.com/

Overview

The app is a Flask based web application that predicts the flight fare on the basis of the itinerary provided. The prediction is done via Machine Learning algorithm.

Motivation

In today depleting economy and increasing inflation rate, saving holds a paramount importance for people across the globe. Therefore, having an outlook of the future price trend for different items will aid people in altering their purchasing strategy. This app caters this aspect. It predicts the fare of the flights on the basis of the itinerary thereby, giving the expected fare to the user. This will help the user to determine whether the current actual fare is overpriced or underpriced enabling them to make a better informed decision.

Tools Used

Installation

The code is developed in Python 3.7.9. Whereas, the libraries used can be looked up in the requirement.txt file. In order to install the libraries kindly follow the following command after cloning the project:

pip install -r requirements.txt

Bug / Feature Request

If you find a bug, kindly raise an issue by including your search query and the expected result and I will try to resolve it.

Future Work

  • Use multiple machine learning and deep learning algorithms.
  • Include more data to incorporate other countries.
  • Improve front end.

Acknowledgment