bkolosk1 / GH-E1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waste Transportation Sharing (WTS)

This repository contains code for Waste Transportation Sharing, a proposed solution for the GreenHack2021 hackathon. An application that optimizes waste management and transportation, and at the same time reduces traffic jams and CO2 generation. It can be used by transportation and waste management companies, and end-users such as companies and households.

Prerequisites

The project was developed and tested on Ubuntu 19.10, with the following dependencies:

Libraries

- numpy
- scipy
- pandas
- sklearn
- geopandas
- plotly
- dash

Project Structure

The project is organized as follows:

.
├── map_viz                 # Root directory for front-end logic
    ├── data                # Cached data used for front-end
    ├── src                 # Source code of front-end  
├── notebooks               # All Data Science and Machine Learning analyses, methods and data processing
├── LOCS.csv                # Geographic coordinates of our clusters
├── app.py                  # Main file that starts front-end

Data

We used public historic data of waste tracking in Slovenia.

Running the project

The project can be ran by executing python3 maps/app.py once the required libraries are isntalled.

Authors

  • Gorjan Popovski
  • Bojan Evkoski
  • Boshko Koloski
  • Ljupche Milosheski

About


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%