Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
+
# Global Food Recipes Dataset
|
11 |
+
|
12 |
+
### Overview
|
13 |
+
This dataset contains **17,000 food recipes** sourced from popular cooking websites across the globe. It was collected using **Scrapy**, ensuring high-quality and diverse recipes for various cuisines.
|
14 |
+
|
15 |
+
### Features
|
16 |
+
- **Cuisine diversity**: Recipes from a wide range of regions and cultures.
|
17 |
+
- **Ingredients**: Comprehensive lists for each recipe.
|
18 |
+
- **Instructions**: Step-by-step cooking methods.
|
19 |
+
|
20 |
+
### Purpose
|
21 |
+
Designed for **culinary exploration**, **recipe recommendation systems**, and **machine learning applications** in food-related projects.
|