Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epiphone/junction2018_weatherall

Our entry for the Junction 2018 hackathon: a tool for predicting city bike station resupply demand
https://github.com/epiphone/junction2018_weatherall

hackathon junction2018

Last synced: about 1 month ago
JSON representation

Our entry for the Junction 2018 hackathon: a tool for predicting city bike station resupply demand

Awesome Lists containing this project

README

        

# Junction 2018 - Weatherall

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

## Team

- Fraser Barclay
- Mohamed Karim Bouaziz
- Mikaela Hallenberg
- Aleksi Pekkala
- Katri Tegel

![Screenshot](doc/screen2.png)

## Install

### Setup backend

1. Install `pipenv`
2. Run `pipenv install` to install deps
3. Start app with `pipenv run python app.py` (or open `pipenv shell` and run `python app.py`)

### Setup frontend

1. `cd frontend`
2. `npm install`
3. `npm run serve` -> App will run in http://localhost:8080/

### Setup datascience

#### Jupyter notebook

1. `cd datascience`
2. `pip install -r requirements.txt`
3. `jupyter notebook` -> App will run in http://localhost:8888/