Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

davidpribil/team_garbage

Repository files navigation

Inspiration

Garbage collection today is conducted on a fixed schedule chosen on human's bias observation. This creates problems when there are events such as concerts where lots of garbage accumulates which may not be cleared until the next garbage collection schedule. This project addresses the problem by predicting a city cleaning index (CCI) for every street and venue around the city. This prediction is made from publicly available data, such as previous events, weather and day characteristics. With this information, the sweeper company is able to develop an optimal schedule and clean the city when needed. Thus, avoiding redundancy around cleaning and ensuring a cleaner city.

Project details

Please check the project info on Devpost

Setup

  1. The server setup can be found under garbage_backend here
  2. Setting up a conda environment to train the model:
git clone https://github.com/davidpribil/team_garbage # Clone this repo
cd team_garbage
conda create -n new environment --file requirements.txt ## Based on anaconda3

Dataset info

The dataset is based on three components:

  1. Image based data provided by BUCHER Municipal AG from here
  2. Weather data taken from Meteomatics
  3. Events data taken from Eventful

A combined dataset can be found under ./data directory.

URL to webservice

You can see the webservice at CleanPath

About

Hack Zurich 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published