Projects
A showcase of what I love to create.

ANPR with OpenCV and KNN
Undergrad thesis done to recognize nepali number plates using opencv and knn algorithm
Learn more →
Nepsocial - A simple social media made with flask
Nepsocial is a simple social media app done during my CS undergrad degree. It uses flask, sqlite for database and HTML/CSS/JS on frontend.
Learn more →
Neural Network from Scratch
Building a neural network from scratch in Python, employing sigmoid activation and gradient descent to solve the XOR problem
Learn more →
WCAG Color Guideliness
The Color Contrast Checker is a tool built to ensure web accessibility by evaluating the contrast between two colors. It calculates the contrast ratio, checks compliance with WCAG standards for text and UI elements, and offers a "Fix Contrast" option to suggest accessible alternatives, making inclusive design straightforward.
Learn more →