/velib_predictions

Availability predictions of Velib stations in Paris

Primary LanguagePython

Vélib' Prediction App

Predict availability of bikes stations in Paris. You can find a series of article on these links

Installation

Dependencies

Create conda environment

conda create -n velib python=3.4 anaconda

Switch to velib environment

source activate velib

Install python packages

python setup.py install

Train a Model

python train_model.py

Run the application

python run_server.py