Projects

Projects demonstrate practical application of skills and provide tangible examples of problem-solving and innovation. They showcase proficiency in various technologies and frameworks, highlight the ability to work through complex challenges, and offer proof of expertise in areas such as web development, machine learning, and cloud computing.

Neural Style Transfer

Python & PyTorch

May 2025 - Jun 2025

Full implementation of Neural Style Transfer (NST) using a pretrained transformer network for real-time image and video stylization. Supports transferring artistic styles onto content images and video frames using a fast feedforward model.

Face Recognition Attendance System

Python, Streamlit & Redis

Nov 2024 - Jan 2025

Real-time face recognition-based attendance system using InsightFace to detect and match faces against stored embeddings. Logs attendance automatically in Redis with a live Streamlit dashboard for tracking and reporting.

Twitter Clone

React & Node.js

Dec 2024

Full-stack Twitter clone with a React frontend and Node.js backend, replicating core social features including posting, following, likes, and a real-time feed. Demonstrates end-to-end application architecture and REST API design.

Chatting Web Application

Django & Websockets

2021

Developed a real-time chat application using Django Channels and Web Sockets for instant communication. Implemented server-client communication and user authentication to enable dynamic and interactive messaging.

Face Mask Detection

Python & ML

2022

Created a Python application using machine learning models to detect whether a person is wearing a mask. Leveraged Keras and TensorFlow for model training and image classification, enhancing public health safety through automation.

E-Commerce Auction Management

Django

2022

Developed a web application enabling users to post auction listings and place bids in real time. Built using Python, Django, HTML, CSS, and JavaScript, providing a dynamic and interactive platform for online auctions.

Mailing System

Python & Django

Sep 2020 - Oct 2020

Web-based mailing application built with Python and Django that sends and receives emails via API requests. Supports composing, viewing, and replying to messages with a clean interface powered by HTML, CSS, and JavaScript.

Book Review System

Python & Flask

Apr 2020

Flask web application that lets users search books by title or author, displaying cover pages, ratings, and community reviews fetched from the Goodreads API. Includes user registration and authentication.