Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 839 Bytes

File metadata and controls

32 lines (24 loc) · 839 Bytes

This project is simply prediction of flight fare using old data

Flight Fare Prediction:

Overview

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

Motivation

What to do when you are at home due to this pandemic situation? I started to learn Machine Learning model to get most out of it. I came to know mathematics behind all supervised models. Finally it is important to work on application (real world application) to actually make a difference.

pip install -r requirements.txt

Directory Tree

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

Future Scope

  • Use multiple Algorithms
  • Optimize Flask app.py
  • Front-End