File size: 782 Bytes
47a452f e530aff f585e69 1824414 eae71e9 1824414 47a452f 94b4ea6 47a452f 94b4ea6 47a452f f4e2e8b c30cbc9 980e0de 86d7bbf c30cbc9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
dataset_info:
features:
- name: name
dtype: string
- name: time
dtype: string
- name: creator
dtype: string
- name: ingredients
sequence: string
- name: description
dtype: string
- name: instructions
dtype: string
splits:
- name: train
num_bytes: 72
num_examples: 1
download_size: 1763
dataset_size: 72
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- en
tags:
- food
- cooking
- baking
pretty_name: Recipes
size_categories:
- n<1K
---
# Recipes
This is the recipe store for all of the recipes uploaded to the api: sharktide/recipe-api
The point of this is to have a system where users can upload, share and distribute their recipes. The frontend is currently being built. |