CoolFace
Datasetpublic

AFKatz/Recipe-parser

Dataset Card for Dataset Name A collection of traditional Mountain Jewish (Gorsky Jewish) recipes from STMEGI.com, containing authentic culinary recipes representing the cultural heritage of the Caucasus Jewish community. This dataset card aims to be a base template for new datasets. It has been generated using this raw template. Dataset Details Dataset Description A collection of 42 traditional Mountain Jewish (Gorsky Jewish) recipes collected from… See the full description on the dataset page: https://huggingface.co/datasets/AFKatz/Recipe-parser.

sourceHugging Facecc-by-nc-4.0updated 9mo agoView on Hugging Face
0likes69downloads
Dataset Card

Dataset Card for Dataset Name

A collection of traditional Mountain Jewish (Gorsky Jewish) recipes from STMEGI.com, containing authentic culinary recipes representing the cultural heritage of the Caucasus Jewish community. This dataset card aims to be a base template for new datasets. It has been generated using this raw template.

Dataset Details

Dataset Description

A collection of 42 traditional Mountain Jewish (Gorsky Jewish) recipes collected from STMEGI.com. This dataset represents authentic culinary heritage of the Caucasus Jewish community.

Curated by: Elena Fomenko Language: Russian License: cc-by-nc-4.0 (Creative Commons Attribution-NonCommercial 4.0) Dataset Size: 42 recipes Time Period: 2020-2024

Dataset Sources

  • Repository: https://github.com/[ваш-github]/recipe-parser
  • Source Website: https://stmegi.com/gorskie_evrei/kukhnya/
  • Parser Code: Included in /code/ directory

Dataset Structure

Each recipe contains:

  • url: Original article URL
  • title: Recipe name in Russian
  • date: Publication date
  • text: Full recipe text (cleaned from advertisements)
  • parsed_at: Data collection timestamp

File Formats:

  • data/recipes.json - Full dataset in JSON
  • data/recipes.csv - Same data in CSV format
  • data/recipe_links.txt - List of all source URLs

Dataset Creation

Curation Rationale: Created for academic coursework on web scraping and data collection.

Data Collection Method: Hybrid parser using Selenium for link collection and BeautifulSoup for parsing.

Ethical Considerations:

  • Respects robots.txt restrictions
  • Includes delays between requests
  • For educational/research use only

Usage

python
# Load from Hugging Face
from datasets import load_dataset

dataset = load_dataset("AFKatz/Recipe-parser")

## Dataset Card Authors [optional]

@misc{elena_fomenko_2025,
	author       = { Elena Fomenko },
	title        = { Recipe-parser (Revision 4785201) },
	year         = 2025,
	url          = { https://huggingface.co/datasets/AFKatz/Recipe-parser },
	doi          = { 10.57967/hf/7318 },
	publisher    = { Hugging Face }
}

## Dataset Card Contact

alena.f.katz@gmail.com