Skip to content

Web app that calculates carbon footprint of various activities. Built using Python, Flask, HTML, CSS, and JavaScript.

License

Notifications You must be signed in to change notification settings

nadinejackson1/carbon-footprint-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web app that calculates carbon footprint of various activities. Built using Python, Flask, HTML, CSS, and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks