Skip to content
rabbanishah edited this page Apr 29, 2016 · 2 revisions

##Welcome to the NASA-Space-Apps-Clear-To-Take-Off wiki! We have created an app which helps in predicting if and when your flight might be delayed. We do this by using a Bayesian Classifier which trains with the past data including airport weather data and flight departure/delay/arrival data and predicts the how much delay will a future flight have based on its weather forecast.

The android app is used by people who want to know whether their flight might be delayed. The app takes the source and destination airport IATA and date of departure and flight n.o. as input and gives as output the weather conditions at the specified date and time. This data is sent to the server where our trained model predicts the delay and send the delay information back to the app.

As of now the server part is work in progress. Thus the prediction and app work well in isolation. The connection is left to be established between them using a server.

Clone this wiki locally