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. |