wcedmisten / foodFinder

Find similar foods based on ingredient vector space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodFinder

Exploratory data analysis of a dataset of 91,000 recipes scraped from allrecipes.com

ingredient-phrase-tagger was used to parse ingredients into units, quantities, and names.

Setup

Unpack the compressed JSON file:

tar -xvf enriched_recipes.tar

Datasets

enriched_recipes.json contains recipe data that has been enriched by ingredient-phrase-parser

ABBREV.csv contains data from the SR28 dataset published by the USDA, which contains the weights/densities of many ingredients.

About

Find similar foods based on ingredient vector space

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%