Projects

Smart Glasses Project
Extension 2025

Tab-Bucket: A smart way to share links

The extension allows you to copy multiple links as a string, and open the copied strings with a single click. It makes life easy by eliminating the frustrating process of copy-pasting URLs, in this you need not even paste the string in the extension, just copy and hit the open button.

Javascript HTML CSS
Retinal Disease Detection
Deep Learning 2023

Retinal Disease Detection System

An ensemble-based deep learning system for detecting various retinal diseases from OCT images. Combines multiple CNN architectures to achieve high accuracy in disease classification.

TensorFlow scikit-learn NumPy Pandas
Plant Disease Detection
Machine Learning 2023

Two-Stage Plant Disease Detection

A novel two-stage deep learning framework for detecting plant diseases from leaf images. First stage identifies plant species, second stage diagnoses specific diseases.

TensorFlow Keras OpenCV
Plant Disease Detection
Web Dev 2023

Grocery Store

A backend designed to handle grocer e-commerce platform. Algorithms are implemented to handle multiple user checkouts, prevent SQL injections, and SQLAlchemy is used as ORM for SQLite3.

Flask REST API SQLite3 SQLAlchemy