You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.