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.
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 Algorithm Yolov7 is Trained and Tested on custom vegetable dataset. the performance is evaluated by confusion matrix.
The re-writing of Achor box on image is remove to achieve faster response time and reduce unnecessary computing.
Client: HTML, CSS, JS, Ajax
Server: Django, PyTorch, Tensorflow
Clone the project
git clone https://github.com/kunalavghade/VBIRRS
Go to the project directory
cd VBIRRS
Start the server
python manage.py runserver