Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassan11196/ir-whats-cooking-web
Semester Project - Frontend for Information Retrieval and Artificial Intelligence - CS317 & CS401 - FAST NUCES (Karachi)
https://github.com/hassan11196/ir-whats-cooking-web
Last synced: 5 days ago
JSON representation
Semester Project - Frontend for Information Retrieval and Artificial Intelligence - CS317 & CS401 - FAST NUCES (Karachi)
- Host: GitHub
- URL: https://github.com/hassan11196/ir-whats-cooking-web
- Owner: hassan11196
- Created: 2020-06-05T04:32:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:56:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T23:04:37.286Z (over 1 year ago)
- Language: TypeScript
- Size: 9.78 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
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](https://github.com/hassan11196/IR-whats-cooking/blob/master/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](https://github.com/hassan11196/IR-whats-cooking/blob/master/Whats%20Cooking.pdf).
- Check Notebook : [IR-A3-K173654.ipynb](https://github.com/hassan11196/IR-whats-cooking/blob/master/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:
- ![](https://github.com/hassan11196/IR-whats-cooking/blob/master/screenshots/Annotation%202020-07-23%20082642.png?raw=true)
- ![](https://github.com/hassan11196/IR-whats-cooking/blob/master/screenshots/Annotation%202020-07-23%20082556.png?raw=true)### Team:
| [![Noman Anjum](https://github.com/NomanAnjum09.png?size=100)](https://github.com/NomanAnjum09) | [![Hassan Ahmed](https://github.com/hassan11196.png?size=100)](https://github.com/hassan11196) | [![Ahsan Ali](https://github.com/MuhammadAichee.png?size=100)](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)