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

Skip to content

manishpandit/chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where is the Chef From?

In this project we aim to predict the category of a dish's cuisine given a list of its ingredients. Food is such a large part of the daily human experience. Our strongest geographic and cultural associations are tied to a region’s local foods. Linking recipes to the country of origin is valuable, especially under multiclass classification conditions.

‘’If you're in Northern California, you'll be walking past the inevitable bushels of leafy greens, spiked with dark purple kale and the bright pinks and yellows of chard. Across the world in South Korea, mounds of bright red kimchi greet you, while the smell of the sea draws your attention to squids squirming nearby. India’s market is perhaps the most colorful, awash in the rich hues and aromas of dozens of spices: turmeric, star anise, poppy seeds, and garam masala as far as the eye can see. Some of our strongest geographic and cultural associations are tied to a region's local foods.’’

Setup

pre-requisites:

Make sure you have installed: python 3.6.x

clone:

run git clone https://github.com/manishpandit/chef.git in a dir of your choice.

virtual env:

  • run cd chef
  • run virtualenv --python=/usr/bin/python3 . (make sure path points to version 3.6.x)
  • run source bin/activate
  • run pip install -r requirements.txt
  • run jupyter notebook
  • In the browser, open the chef notebook and run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published