Skip to content

Web based platform to track the daily and monthly carbon emissions of a user. CNN model is integrated to predict the average carbon emissions of various products.

Notifications You must be signed in to change notification settings

shantanu2307/Project-Decarbonate

 
 

Repository files navigation

To install the app:-

cd Decarbonate
npm i 
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip3 install -U -r requirements.txt

To start the app:-

npm run dev

React will be served on localhost:3000

Express server will be served on localhost:8080

Flask server will be served on localhost:5000

About

Web based platform to track the daily and monthly carbon emissions of a user. CNN model is integrated to predict the average carbon emissions of various products.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 4.3%
  • Python 3.0%
  • HTML 1.9%
  • Shell 0.8%