d0rj's picture
Update README.md
86f4815 verified
metadata
dataset_info:
  features:
    - name: title
      dtype: string
    - name: page_url
      dtype: string
    - name: main_image_url
      dtype: string
    - name: description
      dtype: string
    - name: creation_datetime
      dtype: string
    - name: views
      dtype: int64
    - name: kroshki
      sequence: string
    - name: ingredients
      list:
        - name: count
          dtype: string
        - name: name
          dtype: string
    - name: cooking_time
      dtype: string
    - name: portions_count
      dtype: string
    - name: cooking_steps
      sequence: string
    - name: cooking_steps_images_urls
      sequence: string
    - name: cooking_additional_images_urls
      sequence: string
    - name: purposes
      sequence: string
    - name: tags
      sequence: string
    - name: tastes
      sequence: string
    - name: nae_value
      struct:
        - name: 100 г блюда
          struct:
            - name: carb
              dtype: float64
            - name: fats
              dtype: float64
            - name: kcal
              dtype: float64
            - name: protein
              dtype: float64
        - name: Готового блюда
          struct:
            - name: carb
              dtype: float64
            - name: fats
              dtype: float64
            - name: kcal
              dtype: float64
            - name: protein
              dtype: float64
        - name: Порции
          struct:
            - name: carb
              dtype: float64
            - name: fats
              dtype: float64
            - name: kcal
              dtype: float64
            - name: protein
              dtype: float64
    - name: user_photos_urls
      sequence: string
    - name: recipe_variants_urls
      sequence: string
  splits:
    - name: train
      num_bytes: 634033697
      num_examples: 154158
  download_size: 200014387
  dataset_size: 634033697
license: apache-2.0
task_categories:
  - text-classification
  - image-classification
  - text-generation
  - text2text-generation
  - text-retrieval
language:
  - ru
pretty_name: Povarenok recipes detailed dump
size_categories:
  - 100K<n<1M
source_datasets: crawled

povarenok_recipes_detail

Crawled detailed recipes from povarenok.ru website.

Structure

WIP