Activity Management System
Multi-tenant system for individuals, families, or organizations to track work and finance activities.
Multi-tenant system for individuals, families, or organizations to track work and finance activities.
Real-time web application with private & group chat, voice messages, and WebRTC calls — built with Django Channels.
AI model using Naive Bayes and Support Vector Machine to classify whether a messages or comments carries "Postive", "Negative" or "Neutral" sentiment.
From-scratch implementation of linear regression with mathematical derivations and detailed documentation.
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.
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.