Projects
Faculty Leave Management System
A production-grade leave management system deployed at Cambridge Institute of Technology, serving 300+ institutional users at 99%+ uptime. Features an ACID-compliant multi-step approval workflow (Faculty → Substitute → HOD → Principal), RBAC, async mail queue with exponential backoff retry, and automated CI/CD with daily DB backups.
Tech Stack: Node.js, Express, MySQL 8, React 19, Vite, TanStack Query, MUI, Nginx, PM2, GitHub Actions, Hostinger VPS
Fake Image Detection System
A CNN pipeline benchmarking EfficientNet, ResNet & Xception for detecting AI-generated and manipulated images. Achieved 80%+ accuracy, 90%+ recall, AUC 0.85, and uncertainty <5%. Integrated Grad-CAM explainability to visually localize tampered regions. Designing a REST API for real-time inference with robustness evaluation across unseen forgery types.
Tech Stack: Python, TensorFlow/Keras, EfficientNet, ResNet, Xception, Grad-CAM, REST API
AI-Powered Farmer Bot
Automated farmer-facing workflows (weather, crop advisories, govt. schemes) via n8n +
Google Gemini API — reducing manual lookup to instant conversational responses with
multi-API orchestration.
(Temporarily offline after AWS free-tier expiry.)
Tech Stack: n8n, Google Gemini API, OpenWeather API, Telegram Bot API
UTCA 2026 Conference Website
Official conference website for UTCA 2026, handling paper submissions, tracks, registration, review process, and event information with server-side rendering. Built and deployed solo with zero downtime during the active submission period.
Tech Stack: HTML, CSS, JavaScript, Python Flask, Jinja2, Vercel
Portfolio Website
A personal portfolio website showcasing my projects, skills, and experience. You are currently viewing it.
Tech Stack: Flask, Jinja2, HTML, CSS, JavaScript
Mini Projects
Simple Calculator
Modern JavaScript calculator with dark UI. Performs arithmetic operations with clean display and intuitive layout.
Tech Stack: HTML, CSS, JavaScript
Weather App
A simple web application that displays a 5-day weather forecast for any city using the OpenWeatherMap API.
Tech Stack: HTML, CSS, JavaScript
Rock-Paper-Scissors Game
A fun and interactive Rock Paper Scissors game with responsive UI.
Tech Stack: HTML, CSS, JavaScript
E-Commerce DBMS Project
A full-stack database-driven e-commerce app with customer authentication, product catalog, shopping cart, and comprehensive admin privileges.
Tech Stack: React.js, Python Flask, MySQL
Telegram Chatbot
A custom chatbot built for Telegram using automation flows with n8n.
Tech Stack: Telegram API, n8n
Mobile Web Server
Turns an Android phone into a lightweight Linux-based web server using Termux, with a Flask app securely exposed over HTTPS via Cloudflare Tunnel.
Tech Stack: Android, Termux, Python, Flask, SSH, Cloudflare Tunnel