Recipe-Generation-from-Food-Image
Recipe-Generation-from-Food-Image copied to clipboard
An Application for Generating a cooking recipe consist of title, ingredients and instructions from an food image using Deep Learning.
Recipe-Generation-from-Food-Image
An Application for Generating a cooking recipe consist of title, ingredients and instructions from an food image using Deep Learning.
Demo:
Prerequisite :
Download these files and replace it with the files in this folder "Foodimg2Ing/data/"
-
Model (Modelbest.ckpt) : Download Modelbest.ckpt
-
Ingredients (ingr_vocab.pkl) : Download ingr_vocab.pkl
-
Instruction (instr_vocab.pkl) : Download instr_vocab.pkl
To run the Code :
- Open Terminal (cmd)
- Install all the required libraries using "pip install -r requirements.txt"
- run "python run.py"
You will be getting a localhost link and open that link in your browser