README.md
pyproject.toml
src/smartplate/__init__.py
src/smartplate/advice_engine.py
src/smartplate/cli.py
src/smartplate/experiment.py
src/smartplate/llm_planner.py
src/smartplate/logging_config.py
src/smartplate/main.py
src/smartplate/meal_planner.py
src/smartplate/nutrition_db.py
src/smartplate/reason_engine.py
src/smartplate/visual_portion.py
src/smartplate/web_app.py
src/smartplate/web_launcher.py
src/smartplate.egg-info/PKG-INFO
src/smartplate.egg-info/SOURCES.txt
src/smartplate.egg-info/dependency_links.txt
src/smartplate.egg-info/entry_points.txt
src/smartplate.egg-info/requires.txt
src/smartplate.egg-info/top_level.txt
tests/test_advice_engine.py
tests/test_logging_config.py
tests/test_meal_planner.py
tests/test_nutrition_db.py
tests/test_reason_engine.py
tests/test_visual_portion.py