Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.47 KB

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