Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 770 Bytes

100 Days of Machine Learning: Day 18

Carbon Footprint Estimator

The Carbon Footprint Estimator is a simple web app that calculates the carbon footprint of various activities, such as driving, flying, biking, and walking. It's built using Python, Flask, HTML, CSS, and JavaScript.

Features

  • Estimate the carbon footprint of different activities
  • Select the activity, distance, and number of people involved
  • Displays the estimated carbon footprint in kg CO2

Installation

Clone this repository:

git clone https://github.com/nadinejackson1/carbon-footprint-estimator.git

Install the required Python packages:

pip install -r requirements.txt

Run the Flask app:

python app.py

Visit the app in your browser at http://127.0.0.1:5000