Skip to content

A Model which can predict the fare price of all flight.Model is deployed using flask on Heroku platform. Technology Used -python ,flask, Sklearn , Html, Css ,Heroku.

Notifications You must be signed in to change notification settings

akash8190/flight-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Fare Prediction:

Table of Content

Overview

This is a Flask web app which predicts fare of Flight ticket.

Installation

The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

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

Technologies Used

Bug / 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
  • Optimize Flask app.py
  • Front-End

About

A Model which can predict the fare price of all flight.Model is deployed using flask on Heroku platform. Technology Used -python ,flask, Sklearn , Html, Css ,Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published