Recipe-Generation-from-Food-Image icon indicating copy to clipboard operation
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.

ViewCount

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:

Recipe_Generation gif


Prerequisite :

Download these files and replace it with the files in this folder "Foodimg2Ing/data/"

  1. Model (Modelbest.ckpt) : Download Modelbest.ckpt

  2. Ingredients (ingr_vocab.pkl) : Download ingr_vocab.pkl

  3. Instruction (instr_vocab.pkl) : Download instr_vocab.pkl

To run the Code :

  1. Open Terminal (cmd)
  2. Install all the required libraries using "pip install -r requirements.txt"
  3. run "python run.py"

You will be getting a localhost link and open that link in your browser