Skip to content

Project for Google Environmental Challenge at Start Hack 2023 in St. Gallen, Switzerland.

Notifications You must be signed in to change notification settings

gregorcaf/Start-Hack-2023-Dataholics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduceIt by Dataholics

alt text

Make your commutes eco-friendly with ReduceIt, the app that tracks your carbon footprint and suggests low-emission routes. Join the movement towards sustainable transportation and reduce your carbon emissions, one trip at a time!

To run the app

Install the packages:
pip install -r requirements.txt

To start the API:
uvicorn app.main:app --reload

Or build the docker image and run it:
docker build -t reduceit . && docker run -p 8000:8000 reduceit

About

Project for Google Environmental Challenge at Start Hack 2023 in St. Gallen, Switzerland.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published