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