Siddharths8212376 / Predict-Flight-Delays

A software solution to predict flight delays...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict-Flight-Delays

A software solution to predict flight delays...

What is it?


Flying for business is full of uncertainty. The Delay Predictor is a AI technology tool tha help you understand some of that uncertainty and predict flight delay based on input provided. We give you up to the minute forecasts so you're the first to know if your flight is at risk of being delayed.

How does it work?


There are two portals for flight delay prediction; one for passengers, one for airline authorities. The passengers will be able to know whether their flight may get delayed or not, even when they are booking their flights. The airline authorities will be able to know by how much minutes the flight is likely to get delayed after the departure.

The Delay Predictor provides flight information in advance of your departure date. Simply input your flight details and if your flight is in our inventory, the tool will provide you with the likelihood of your flight being delayed and even how long your delay may be.

Technologies Used


This is a web application which was implemented using the Flask api in python3. The model was created using the keras library in Tensorflow, the machine learning library by Google.

For running the application on your system, do pip install -r requirements.txt

Then run application with python app.py

All contributions are welcomed. To contribute, fork this repository, make changes and make a pull request.

Application Windows


Landing Page

Capture

Passenger-Input Page

passengerindex

Passenger-Output Page

passengerresult

Airline authority-Output Page

Capture5

Model details

Capture1

Graphs

Capture2

Best airlines

bestairlines

Disclaimer: The Delay Predictor is for entertainment purposes only - it is based on statistics and algorithms which are not definitive. Check with your airline for actual delay announcements.
Inspired from these resources :

Kaggle Flight Delay Prediction

About

A software solution to predict flight delays...

License:Apache License 2.0


Languages

Language:HTML 78.5%Language:Python 15.3%Language:CSS 6.3%