Skip to content

theunderdogdev/VBIRRS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Based Intelligent Recipe recommendation System

Web based recipe recommendation system to provide food recipes by taking image of vegetables. The deep learning model trained in order to detect the vegetable's present in image.

Web Development

The web section consists of various dynamic pages. the Django based backend and simple front end with HTML, CSS, JS.

following are list the web sections:

  • Signup
  • Login
  • Home
  • Index
  • Contact
  • About

Deep Learning

Deep Learning Algorithm Yolov7 is Trained and Tested on custom vegetable dataset. the performance is evaluated by confusion matrix.

Optimizations

The re-writing of Achor box on image is remove to achieve faster response time and reduce unnecessary computing.

Tech Stack

Client: HTML, CSS, JS, Ajax

Server: Django, PyTorch, Tensorflow

Run Locally

Clone the project

  git clone https://github.com/kunalavghade/VBIRRS

Go to the project directory

  cd VBIRRS

Start the server

  python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • CSS 20.4%
  • JavaScript 1.9%
  • HTML 1.2%
  • Other 0.6%