| --- |
| license: cc-by-nc-4.0 |
| language: |
| - ru |
| tags: |
| - cuisine |
| - Mountain |
| - Jews |
| - recipe |
| size_categories: |
| - n<1K |
| --- |
| # 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](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). |
|
|
| ## 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 |