Baselight

Recipes Dataset

Recipes Dataset for NLP

@kaggle.thedevastator_better_recipes_for_a_better_life

Loading...
Loading...

About this Dataset

Recipes Dataset


Better Recipes for a Better Life

Delicious, Nutritious, and Easy-to-Prepare Recipes for Everyone!

By [source]


About this dataset

Do you love spending time in the kitchen whipping up delicious, homemade meals? If so, then you'll love this dataset! The Ultimate Recipe Recommendation Dataset contains a large variety of recipes that are delicious, nutritious, and easy to prepare. This dataset is perfect for researchers who are interested in exploring recipe recommendations, nutrition data, and cooking times. With this dataset, you can answer important questions such as: What are the most popular recipes? What are the most nutritional recipes? What are the quickest recipes to prepare? So whether you're a seasoned chef or a beginner cook, this dataset is sure to have something for everyone!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

If you're interested in exploring recipe recommendations, nutrition data, and cooking times, this is the dataset for you! With over 100,000 recipes, there's something for everyone. Whether you're looking for a quick and easy meal or something more substantial, you'll find it here. You can use this dataset to answer important questions such as: What are the most popular recipes? What are the most nutritional recipes? What are the quickest recipes to prepare?

Research Ideas

  • Recipe recommendations: With this dataset, you can recommend recipes to users based on their preferences. For example, if a user likes quick and easy recipes, you can recommend recipes that have a short prep time and cook time.
  • Nutrition data: This dataset contains nutrition information for each recipe. This data can be used to recommend recipes that are high in protein, low in fat, etc.
  • Cooking times: With this dataset, you can find recipes that are quick and easy to prepare. This is perfect for busy home cooks who don't have a lot of time to spend in the kitchen!

Acknowledgements

If you use this dataset in your research, please credit the original authors.

Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: recipes.csv

Column name Description
recipe_name The name of the recipe. (String)
prep_time The amount of time required to prepare the recipe. (Integer)
cook_time The amount of time required to cook the recipe. (Integer)
total_time The total amount of time required to prepare and cook the recipe. (Integer)
servings The number of servings the recipe yields. (Integer)
ingredients A list of ingredients required to make the recipe. (List)
directions A list of directions for preparing and cooking the recipe. (List)
rating The recipe rating. (Float)
url The recipe URL. (String)
cuisine_path The recipe cuisine path. (String)
nutrition The recipe nutrition information. (Dictionary)
timing The recipe timing information. (Dictionary)

File: test_recipes.csv

Column name Description
url The recipe URL. (String)
Name The recipe name. (String)
Prep Time The recipe prep time. (String)
Cook Time The recipe cook time. (String)
Total Time The recipe total time. (String)
Servings The recipe servings. (String)
Yield The recipe yield. (String)
Ingredients The recipe ingredients. (String)
Directions The recipe directions. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Recipes

@kaggle.thedevastator_better_recipes_for_a_better_life.recipes
  • 571.19 KB
  • 1090 rows
  • 15 columns
Loading...

CREATE TABLE recipes (
  "unnamed_0" BIGINT,
  "recipe_name" VARCHAR,
  "prep_time" VARCHAR,
  "cook_time" VARCHAR,
  "total_time" VARCHAR,
  "servings" BIGINT,
  "yield" VARCHAR,
  "ingredients" VARCHAR,
  "directions" VARCHAR,
  "rating" DOUBLE,
  "url" VARCHAR,
  "cuisine_path" VARCHAR,
  "nutrition" VARCHAR,
  "timing" VARCHAR,
  "img_src" VARCHAR
);

Test Recipes

@kaggle.thedevastator_better_recipes_for_a_better_life.test_recipes
  • 46.4 KB
  • 59 rows
  • 11 columns
Loading...

CREATE TABLE test_recipes (
  "row" BIGINT,
  "name" VARCHAR,
  "prep_time" VARCHAR,
  "cook_time" VARCHAR,
  "total_time" VARCHAR,
  "servings" BIGINT,
  "yield" VARCHAR,
  "ingredients" VARCHAR,
  "directions" VARCHAR,
  "url" VARCHAR,
  "additional_time" VARCHAR
);

Share link

Anyone who has the link will be able to view this.