Skip to content

Dalim9898/Flight-fare-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight-fare-Prediction

Demo

Link:

Overview

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

Motivation

To build a real-life application for predicting the fare of Flight ticket.

Deployement on Heroku

First, we will login or signup in order to create virtual app. We can either connect our github profile or download ctl to manually deploy this project.

image

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

image

image

image

image

Future scope

Use multiple Algorithms

Optimize Flask app.py

Front-End development