MyPlateLens is a simple nutrition tracking application that helps you calculate the nutritional content of your meals.
-
Install uv (recommended Python package installer):
pip install uv
-
Install MyPlateLens in development mode:
uv pip install -e .
After installation, you can run the application with:
python -m myplatelens
To run tests (requires test dependencies):
uv pip install -e ".[test]"
pytest