Skip to content

A.I.-based flying conditions forecast for paragliding

License

Notifications You must be signed in to change notification settings

vrana/Paraglidable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Paraglidable/docker/
docker run -it -p 8001:80 -p 8888:8888 -v $(pwd)/Paraglidable:/workspaces/Paraglidable IMAGE
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

About

A.I.-based flying conditions forecast for paragliding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.9%
  • HTML 25.5%
  • C++ 15.7%
  • CSS 10.4%
  • JavaScript 5.5%
  • TeX 4.4%
  • Other 4.6%