Skip to content

ajuarjun/Recipe-Generation-from-Food-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Generation from Food Image

This project creates a web site which takes in food image and returns the recipe, ingredients and title of the food.

Home page

Recipe page

How to run the project

Client side

Download all dependencies using

npm i

Then to host it locally using

npm start

The web app will be at http://localhost:3000/

Server side

Download all dependencies using

pip install

Then to host it locally using

python run.py

The server will be running at http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published