This project analyzes and optimizes the waste collection processes of Berlin's municipal waste management company (BSR) using AI methods. Based on BSR datasets from the past four years, predictions for the upcoming year were developed. To improve prediction accuracy, various publicly available datasets were incorporated into the analysis, including weather data, school holidays, public holidays, and election surveys. The detailed results and analyses are summarized in the project documentation.
Daten/
: Contains raw data and processed datasetsnotebooks_training/
: Jupyter notebooks for AI model trainingNotebooks_vorverarbeitung/
: Jupyter notebooks for data preprocessingDokumentation.pdf
: Comprehensive project documentationLeitfragen_Bericht_PPT.pdf
: Presentation materials and guiding questionsNotizen.md
: Additional project notes and data descriptions
The project works with the following main datasets:
- Month, CW, Year, Date: Temporal recording of deliveries
- Yard: Assignment to different BSR yards (VMF, VMG, VMN, VMM, VMWSF, VMWSM, VMWSN)
- Shift: Working time recording
- Tour: Tour numbers with rotating routes (2-week cycle)
- Tonnage: Waste amount in tons
- Waste Type: Categorization (BIO, HM, SPM)
- Weather data
- Inflation data
- Collection failure statistics
- Public holiday data
- Election data
- Tourism data
- Clone repository:
git clone https://github.com/s-matthies/ai-waste-analytics.git
cd bsr_ki
- Open notebooks in your preferred Jupyter environment
- Process data according to documentation
This project was conducted as a four-day student project by a team of four. It aims to improve waste collection efficiency through data-driven decisions.
- Team of 4 HTW Berlin students