Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 951 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 951 Bytes

Brussels_Bicycle_Forecasting

Project to predict the traffic of bikes in Brussels

Data Provider

Brussels Mobility is the public organization that manages mobility in the city of Brussels. As such they have various data from ANPR cameras or counting loops. Some sensors in Brussels exists to measure bike traffic and Brussels Mobility provide those measures through its Bike counts API.

Installation

Clone the project (recommand to use IDE to do so):

git clone https://github.com/ShootingStarD/Brussels_Bicycle_Forecasting.git
pip install .

You can now run notebooks, use codes etc as your liking.

Contribution

After cloning and checkout in an adequate branch:

pip install -e .[dev]