Projects
Crafted with creativity and precision. Each project showcases different technologies and problem-solving approaches.
Birthday-Surprise-for-Friend
A heartfelt birthday surprise web app created for a friend, featuring interactive elements and personalized messages.
CNN — Cats vs Dogs Image Classifier
Built a Convolutional Neural Network to classify cats and dogs images.
LAN-File-Transfer
A local network file sharing app built with Python Flask, allowing seamless file transfer between devices on the same Wi-Fi network without internet.
LAN-Messenger
A local network chat application built with Python Flask, enabling instant messaging and file sharing between devices on the same Wi-Fi network without internet.
Transfer Learning with CNN — Cats vs Dogs v2
EfficientNetB0 + Transfer Learning on cats vs dogs dataset. Feature extraction + fine-tuning approach. Model deployed on Hugging Face.
FarmChain: Blockchain-Powered Food Transparency
A blockchain-based system to verify food origin and ensure farmers get direct tips. Know where your food really comes from.
RNN — Next Character Prediction
Simple RNN project to predict the next character in a sequence. Learns character patterns from text using SimpleRNN.
Smart Banking, Built on Trust
A comprehensive internal banking management system built with PostgreSQL, Python FastAPI, and React. Features withdrawals, deposits, transactions, agent management, fixed deposits, and automated report generation.
Super Secure Contact Form
How I built a bulletproof contact form that blocks spam and bots while keeping users happy
ANN Exam Score Predictor
My first neural network — a simple ANN that predicts exam scores based on study hours. Built from scratch to understand how neural networks actually learn.
DNN Handwritten Digit Classifier
A Deep Neural Network that recognizes handwritten digits (0-9) with 97%+ accuracy. Built using TensorFlow on the MNIST dataset to understand multi-layer networks and hierarchical feature learning.