A simple and interactive web application built using Streamlit to estimate your annual carbon footprint based on your daily lifestyle. Understand how your transportation, electricity usage, diet, and waste generation contribute to your carbon emissions.
- ๐ Country selection (currently supports India)
- ๐ Daily commute distance input
- ๐ก Monthly electricity usage input
- โป๏ธ Weekly waste generation input
- ๐ Number of meals per day input
- ๐ Category-wise carbon emission breakdown
- ๐ Total annual carbon footprint summary
- ๐ Comparison with national average (India)
Category | Emission Factor (kg COโe per unit) |
---|---|
Transportation | 0.14 per km |
Electricity | 0.82 per kWh |
Diet | 1.25 per meal |
Waste | 0.10 per kg |
All outputs are converted to tonnes/year
python -m venv myenv
myenv\Scripts\activate.bat
streamlit run app.py