Track emissions from Compute and recommend ways to reduce their impact on the environment.

4 Open Issues Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

Track emissions from Compute and recommend ways to reduce their impact on the environment.

Python

AI Summary: The task involves removing all references to the Hatch build system from the CodeCarbon project and transitioning to using UV. This includes updating the `pyproject.toml` file and potentially exploring methods like `pip-compile` or `pip freeze` to manage dependencies with UV.

Complexity: 3/5
enhancement good first issue

Track emissions from Compute and recommend ways to reduce their impact on the environment.

Python

AI Summary: Enhance the CodeCarbon package to track and store CPU and RAM utilization data alongside energy consumption, providing a more comprehensive view of resource usage and its environmental impact. This involves modifying the existing code to collect relevant metrics (CPU and RAM usage) and integrating this data into the existing emissions tracking and reporting mechanisms.

Complexity: 4/5
enhancement good first issue

Track emissions from Compute and recommend ways to reduce their impact on the environment.

Python

AI Summary: Delete the obsolete `dashboard/` folder from the CodeCarbon project repository, as it contains an outdated dashboard no longer in use.

Complexity: 1/5
enhancement good first issue Dashboard

Track emissions from Compute and recommend ways to reduce their impact on the environment.

Python