This project is a simple interactive app built using Python and Streamlit to help users estimate their personal carbon footprint from common daily activities like driving, flying, and electricity use.
- Input activity and usage (e.g., distance driven or kWh consumed)
- Calculates CO₂ emissions using UK Government emission factors
- Clean and interactive UI with Streamlit
- Python
- Streamlit
- Pandas (optional)
- Publicly available emission data
- Driving: 0.21 kg CO₂/km
- Flying: 0.25 kg CO₂/km
- Electricity: 0.233 kg CO₂/kWh (UK average)
- Install dependencies:
pip install streamlit
- Run the app:
streamlit run app/main.py
Open source under the MIT License.