Git Product home page Git Product logo

nasa-spaceapps2016-timeflies's Introduction

NASA-SA-ClearForTakeOff

Developers

Description

Our application predicts the likelihood of flight delays given the airport location, departure date and departure hour. Our system has two main nodes. We have a web server deployed using Spring Framework with a responsive design suitable for mobile devices. The magic happens in a Python calculation server implementing machine learning algorithms, which is able to estimate the probabilities of delaying.

The application is constantly taking data from the internet and updating the bayesian model in order to keep learning forever.

Please, check out our slides and our promotional video.

You can also use the application following this link.

Resources

  • Forecast.io
  • NOAA
  • National Weather Service
  • Flightview tracker

Server side

The server side has been built using the following technologies:

  • Web Server: JavaEE, Spring Framework & Gradle
  • Predictor: Python & Scikit-Learn - Naive Bayes Multiclass Clasification
  • Communication between web server and predictor: sockets

Client interface

The client interface has been build using the following technologies:

  • HTML5
  • CSS3
  • Bootstrap
  • Javascript & JQuery

Notes

The python project has been included in the predictor folder of this project.

Deployment instructions

The server needs the following tools to be run:

  • Java 8
  • Gradle >=2.12
  • Python >=2.7.9
  • Scikit-Learn 0.17.1
  • python-numpy
  • python-scipy

The following commands will run the application:

git clone https://github.com/MarcosCM/NASA-SpaceApps2016-TimeFlies.git
cd predictor
nohup python complete.py >/dev/null 2>&1 &
cd ..
nohup gradle run >/dev/null 2>&1 &

The web server will now be listening on port 8080.

nasa-spaceapps2016-timeflies's People

Contributors

jorgecoke avatar mcanalesmayo avatar shathe avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jorgecoke

nasa-spaceapps2016-timeflies's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.