Restaurant Manager

Restaurant Manager is a full-stack application using Spring-Boot and React, with features for both customers (scanning QR code, selecting menu items, submitting orders) and admins (viewing/creating orders). Implemented Spring Security 5 for authentication, used MySQL with Hibernate, and added private/non-private routes with react-router. The application offers both customer and admin journeys, which are detailed below. Customer Journey Customer will be able to scan QR code and go to webpage Customer will be able to choose items from Menu....

March 17, 2023

Iterator Pattern in trees

Implementing the iterator pattern in Java

August 1, 2022 ยท 1 min

Glasses

A web application to detect whether the user is wearing glasses or not. In this project, I have used resnet50 model and fine-tuned the model on the dataset made from scarping google-images. I have also used saliency map to visualize the prediction of the model. Project is open for feedback and contribution at Github