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.’’
Make sure you have installed: python 3.6.x
run git clone https://github.com/manishpandit/chef.git in a dir of your choice.
- 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.