recipes / README.md
sharktide's picture
Update README.md
47a5e24 verified
metadata
dataset_info:
  features:
    - name: name
      dtype: string
    - name: time
      dtype: string
    - name: creator
      dtype: string
    - name: category
      dtype: string
    - name: diff
      dtype: string
    - name: ingredients
      sequence: string
    - name: description
      dtype: string
    - name: instructions
      dtype: string
  splits:
    - name: train
  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 located at [https://findmyfood.vercel.app]