Meal Planner
This is a Streamlit application for meal planning. Users can either describe a meal they want or select specific criteria to generate a meal plan.
- Describe Mode: Users can input a meal description, and the app will generate a meal plan based on that description.
- Select Mode: Users can specify the country, preparation time, number of servings, dietary restrictions, and ingredients to find a suitable recipe.
- Clone the repository.
- Install the required packages using
pip install -r requirements.txt
. - Run the app with
streamlit run planner.py
.