Git Product home page Git Product logo

paraglidable's Introduction

Paraglidable

Paraglidable is an A.I.-based flying conditions forecasting program for paragliding.
You can find it live here: https://paraglidable.com

This repository contains:

  • Scripts for setting and training the neural network, downloading +10 days forecasts data from third parties and running a prediction in /neural_network/
  • Program for generating the map tiles from a prediction in /tiler/
  • Complete web site in /www/

Requirements

The easiest way to start playing with Paraglidable is to use Docker. I will only provide support for this workflow. But you can also check the Dockerfile and install dependencies on your own.

The main dependencies are:

Installation

git clone https://github.com/AntoineMeler/Paraglidable.git

docker build -t paraglidable Paraglidable/docker/
docker run -it -p 8001:80 -p 8888:8888 -v $(pwd)/Paraglidable:/workspaces/Paraglidable paraglidable

cd /workspaces/Paraglidable/scripts/
python download_data.py             # Download training weather and flights data (200MB)
python download_elevation_tiles.py  # Download elevation data (260MB)
python download_background_tiles.py # Download background tiles (facultative) (180MB)
sh build_tiler.sh                   # Build the C++ tiler

You're all set!

Usage

  • /neural_network/train.py run a new training
  • /neural_network/forecast.py run +10 days forecast and generate tiles
  • /scripts/start_server.sh start Apache server to visualize the forecast on the local website

Docummentation

Neural Network

You can find the neural network description here: neural network documentation

Contributing

Contributions on any subject are welcome by doing a pull request from a fork!

License

License: GPL v3

paraglidable's People

Contributors

antoinemeler avatar dependabot[bot] avatar 2lambda123 avatar antoinerelem avatar imgbotapp avatar vrana avatar penify-dev[bot] avatar

Watchers

 avatar

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.