Las recetas de la abuela
The dataset contains the main elements of a recipee (title, description, ingredients and steps to prepare). 10 more attributes were added so now the dataset has more than 280k (20k x 14) elements (6M words and 40M characters).
Attributes:
- Id: Numerical identifier.
- Nombre: Recipee name.
- URL: Website.
- Ingredientes: Used food.
- Pasos: Steps for preparation.
- País: ISO_A3 country code, where the recipee comes from.
- Duracion (HH:MM): Estimated time of preparation.
- Categoria: Recipee type (for example vegetarian, pasta, sauce, dessert, pork, chicken, etc).
- Contexto: Recipee context or use environment.
- Valoracion y Votos: Value 1-5 and amount of votes.
- Comensales: Amount of portion.
- Tiempo: Moment of the dish (for example: breakfast, appetizer, main, company, etc.)
- Dificultad: Degree of dificulty (high/medium/low)
- Valor nutricional: Nutritional value: 1) Calories/sodium level (high/medium/low), 2) Absence of fat/trans fat/colesterol/sugar and 3) Fiber level.
Assignment 2: Creating a UI for visualizing food recipes
In the FastAPI assignment, you were asked to create an API to retrieve a single random recipe containing a given ingredient. Here we propose you to create a UI where you can specify the ingredient and how many recipes containing this ingredient you want to retrieve. The UI should also include a button that, once pressed, it will retrieve the recipes and show them in table, including the ingredients in one column and the recipes in the other column. Remember you can use the dataset available at: https://huggingface.co/datasets/somosnlp/RecetasDeLaAbuela