Skip to content

sraspopov/MyPlateLens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPlateLens

MyPlateLens is a simple nutrition tracking application that helps you calculate the nutritional content of your meals.

Installation

  1. Install uv (recommended Python package installer):

    pip install uv
  2. Install MyPlateLens in development mode:

    uv pip install -e .

Running the Application

After installation, you can run the application with:

python -m myplatelens

Testing

To run tests (requires test dependencies):

uv pip install -e ".[test]"
pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages