Selected Work

Fullstack

Docker Django React
Repo

Activity Management System

Multi-tenant system for individuals, families, or organizations to track work and finance activities.

Django WebSockets WebRTC
Live

Chat App

Real-time web application with private & group chat, voice messages, and WebRTC calls — built with Django Channels.

ML

Sk-Learn SVM Naive Bayes
Model

Sentiment Analysis Model

AI model using Naive Bayes and Support Vector Machine to classify whether a messages or comments carries "Postive", "Negative" or "Neutral" sentiment.

Python NumPy Math
PDF

Linear Regression from Scratch

From-scratch implementation of linear regression with mathematical derivations and detailed documentation.

C++

C++
Repo

Student-Grade-Manager

A console-based C++ application for managing student records and course grades: add students, log grades per course, search by ID, compute GPA, and persist everything to a plain-text file.

C++
Repo

Interactive-CLI-File-Explorer

A console-based C++17 utility for navigating the filesystem, listing directory contents, recursively searching for files by name or extension, and inspecting file metadata (size, type, last-modified date, permissions) — all built on std::filesystem.