ploomber / doc

Documentation for Ploomber Cloud
https://docs.cloud.ploomber.io
Apache License 2.0
27 stars 14 forks source link

demo: Sustainable Transportation Guide with weights and biases #109

Closed lfunderburk closed 9 months ago

lfunderburk commented 9 months ago

EcoDrive Advisor: Sustainable Transportation Guide Concept Overview: EcoDrive Advisor is an innovative application designed to help individuals and businesses make more environmentally friendly vehicle choices. By incorporating an ML model that classifies vehicles into electric, hybrid, and fuel-based categories, the application provides insights into the environmental impact of different transportation options. It aims to encourage the adoption of cleaner vehicles by offering personalized recommendations and detailed comparisons of carbon footprints associated with each vehicle type.

Core Features:

Leveraging existing code

This was my capstone project for an ML Engineering Course I took, so I can repurpose a lot of the code and add W&B integration Repo with my application https://github.com/lfunderburk/fuel-electric-hybrid-vehicle-ml

lfunderburk commented 9 months ago

In my repo I can repurpose:

  1. the data extraction and cleanup pipeline
  2. the ML model that classifies the vehicles
  3. I also have a Dash app with the score card of the vehicle

The only thing missing is the W&B integration

lfunderburk commented 9 months ago

@edublancas what to you think?