Skip to content

hedgeho/greenver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

MAKING INDUSTRIAL PURCHASE DECISIONS MORE TRANSPARENT & SUSTAINABLE

JUNCTION'22 - winner of the Cronvall challenge.

Project description

Let's help the customers make more sustainable and data-driven decisions.
Greenver is a clever assistant that collects and provides up-to-date information on the most sustainable products on the marketplace.

As part of the hackathon, Greenver provides guidance on how to find the most sustainable industrial material for Cronvall customers.

Features

  • Sustainability information for products (example)

    • Sustainability score as an aggregated measure of environmental impact for a product. A metric calculated on: Energy Consumed in production, Carbon Footprint and Water Usage. Can be extended to include Recyclability, Amount of Hazardous Waste Present, etc.
  • Greener alternatives for each product. For a selected product, the recommendation system suggests similar products with higher sustainability score. User can

    • see the range of sustainability scores for selected category, derived from the products present in it.

    drawing

    • see the score of individual products and compare it with the average score of similar products.
    • see similar products with higher sustainability score as alternatives. We use simple analogies to let customer understand and feel the impact of their choices.

    drawing

  • Recycling. Often companies miscalculate the amount of materials they need, which results in toxic waste or costly efforts to sell the excess. We suggest that Cronvall offers companies an option to return unnecessary items back to the platform, when making the order for new materials. This helps save money on cargo delivery, since Cronvall picks up the return when delivering the order.

    • Can be seen on any product page or basket view

    drawing

  • Sustainability angle for shopping. Providing impact analysis for e-commerce platforms by browser extension.

    drawing

The final app consists of backend and frontend parts. The frontend is a Chrome extension working on selected pages of Cronvall website, the code for it can be found in the current repository. The backend is a simple Flask server using sentence_transformers and pandas for data analysis. The backend code is placed in greenver-backend repository (sub-module of this repo).

How to start frontend

  1. Clone the repo git clone https://github.com/hedgeho/greenver.git && cd greenver
  2. Run git submodule update --init --recursive
  3. Go to chrome extensions, toggle Developer mode in top-right corner, press Load unpacked with the path to downloaded repo
  4. Go to cronvall -> Metal and Plastic Sheets

How to start backend

  1. Install requirements.txt
  2. Start the server: flask run

You can start with this example after setting up the project.

Join us in sustainable future.

drawing

About

Junction '22 - winner of Cronvall challenge.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •