Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Word Clouds of different types of cuisines based on recipes pulled from Food Network

arasraj/CuisineClouds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuisineCloud

This project provides a means to determine which ingredients are the most characteristic of a certain cuisine. The method used to accomplish this was extracting term frequencines of serveral hundred recipes and visualizing them in a word cloud. All recipes are scraped from FoodNetwork.com, so take the accuracy of these word clouds for what they're worth. It uses the "wordcloud" R package to visualize the ingredients.

How to use:

  1. Run:

    ./cuisines.py

    This will scrape foodnetwork, perform the data analysis, and create/insert into SQLite db.

    Run in R:

    source('visualize.r')

    This will run the R script and generate the word clouds as png's in the png subdirectory.

Indian Cuisine Word Cloud Example:

Indian Word Cloud

About

Word Clouds of different types of cuisines based on recipes pulled from Food Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published