Skip to content

aarif-s/Flight_fare_prediction

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published