Our entry for the Junction 2018 hackathon: an app for predicting city bike resupply demand. Consists of
- A prediction model based on city bike usage statistics, FMI weather data and Telia Crowd Insights data
- Integration to a Vaisala sensor device for real-time weather data
- A map-based UI
- Fraser Barclay
- Mohamed Karim Bouaziz
- Mikaela Hallenberg
- Aleksi Pekkala
- Katri Tegel
- Install
pipenv - Run
pipenv installto install deps - Start app with
pipenv run python app.py(or openpipenv shelland runpython app.py)
cd frontendnpm installnpm run serve-> App will run in http://localhost:8080/
cd datasciencepip install -r requirements.txtjupyter notebook-> App will run in http://localhost:8888/
