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 install
to install deps - Start app with
pipenv run python app.py
(or openpipenv shell
and runpython app.py
)
cd frontend
npm install
npm run serve
-> App will run in http://localhost:8080/
cd datascience
pip install -r requirements.txt
jupyter notebook
-> App will run in http://localhost:8888/