Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
video
video
YAML Metadata Warning: The task_categories "video-captioning" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Telugu Recipe Videos Dataset

πŸ“Œ Overview

The Telugu Recipe Videos dataset contains 10 high-quality cooking videos in Telugu, showcasing a variety of traditional dishes.
Each video demonstrates the preparation process, making it ideal for:

  • Video classification
  • Recipe recognition
  • Cooking step detection
  • Multimodal AI applications

Author: Heena Begum
Hugging Face URL: https://huggingface.co/datasets/heena-begum516/telugu-recipe-videos
License: CC BY 4.0


πŸ“‚ Dataset Structure

Files included:

  • metadata.csv β€” Contains details about each video:

    • filename β€” Name of the video file
    • title β€” Recipe name
    • category β€” Dish type (if available)
    • description β€” Short recipe description (optional)
  • train/ β€” Contains 10 recipe videos:

    • Aloo Fry.mp4
    • Black Rice.mp4
    • Curd Rice.mp4
    • Desi Chicken.mp4
    • Gongura Pachadi.mp4
    • Onion Rice.mp4
    • Pesirot.mp4
    • Rice bowl.mp4
    • Tamata Rice.mp4
    • Tomato chatni.mp4

πŸ” Usage

Load with Hugging Face Datasets:

from datasets import load_dataset

dataset = load_dataset("heena-begum516/telugu-recipe-videos", split="train")
print(dataset)

Access a sample video:

sample = dataset[0]
print(sample.keys())  # ['video', 'metadata'] if stored
video_path = sample['video']['path']
print("Video file path:", video_path)

πŸ’‘ Applications

  • Video classification β€” Identify the dish being prepared
  • Video captioning β€” Generate recipe descriptions in Telugu or English
  • Step segmentation β€” Detect cooking steps from the video timeline
  • Multimodal assistants β€” Build an AI chef that understands Telugu recipe videos

πŸ“ˆ Potential Enhancements

  • Add ingredient lists and timestamps for cooking steps
  • Include text transcriptions in Telugu & English
  • Expand dataset with more diverse recipes and regional dishes

πŸ“ Citation

If you use this dataset, please cite:

@dataset{heena_begum_2025_telugu_recipe_videos,
  author = {Heena Begum},
  title = {Telugu Recipe Videos},
  year = {2025},
  publisher = {Hugging Face Datasets},
  url = {https://huggingface.co/datasets/heena-begum516/telugu-recipe-videos}
}
Downloads last month
96