https://github.com/hassan11196/ir-whats-cooking
Semester Project - Information Retrieval and Artificial Intelligence - CS317 & CS401 - FAST NUCES (Karachi)
https://github.com/hassan11196/ir-whats-cooking
Last synced: 4 months ago
JSON representation
Semester Project - Information Retrieval and Artificial Intelligence - CS317 & CS401 - FAST NUCES (Karachi)
- Host: GitHub
- URL: https://github.com/hassan11196/ir-whats-cooking
- Owner: hassan11196
- Created: 2020-05-05T16:53:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:13:40.000Z (over 2 years ago)
- Last Synced: 2025-01-05T20:10:32.530Z (6 months ago)
- Language: Jupyter Notebook
- Size: 57.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What’s Cooking? Predicting Cuisines from Recipe Ingredients
Kaggle is an online platform for hosting data science competitions. On September
9, Kaggle opened a contest called “What’s Cooking?”. The goal of this contest
is to predict the type of a cuisine (e.g. “Chinese” or “Mexican”) from the list of
ingredients in a recipe.
In this [paper](Whats%20Cooking.pdf), Kevin K. Do and his team describes their methodology for training an
algorithm to make such predictions, We implemented the paper in a Jupyter Notebook and Developed a Web Application that can predict cuisine types given the ingredients list.## Files:
### Jupyter Notebook:
The Notebook Contains a Implementation of the [paper](./Whats%20Cooking.pdf).
- Check Notebook : [IR-A3-K173654.ipynb](./IR-whats-cooking-proto-2.ipynb)
### Web System:
A Web Application is hosted at [https://whats-cooking-ir.netlify.app/](https://whats-cooking-ir.netlify.app/) .
- Check Folder for Web Interface Code : IR-WEB-A3
- Repo Link : [Click Here](https://github.com/hassan11196/IR-whats-cooking-WEB)### ScreenShots:
- 
- ### Team:
| [](https://github.com/NomanAnjum09) | [](https://github.com/hassan11196) | [](https://github.com/MuhammadAichee) |
| :---------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------: |
| [Noman Anjum](https://github.com/NomanAnjum09) | [Hassan Ahmed](https://github.com/hassan11196) | [Ahsan Ali](https://github.com/MuhammadAichee) |### References:
[https://www.kaggle.com/c/whats-cooking/](https://www.kaggle.com/c/whats-cooking/)
### Built Using:
### Template:
- [electron react boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)