Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 444 Bytes

Recipes Recommender

A recipe app that uses AI to recommend recipes based on user preferences, dietary restrictions, and available ingredients. The AI can suggest substitutions and variations to suit individual tastes.

To install the dependencies first you need create a venv

python -m venv .venv
source .venv/Scripts/activate
pip install poetry
poetry install

Run the Code

streamlit run recipes_recommendation.py