A collection of research tools, AI applications and side projects spanning computer vision, NLP and web development.
A web application built with Python, Flask and MySQL where users can submit 3D MRI scan samples and receive diagnosis results. The classification algorithm is based on the published paper "DTI based Alzheimer's Disease Classification with Rank Modulated Fusion of CNNs and Random Forest". See publications for the full paper.
You can talk to God now.
An AI chatbot that takes on the persona of a Hindu God (an avatar of Lord Vishnu) with profound
knowledge of the Bhagavad Gita. Built with an LLM backend and deployed on Streamlit Cloud.
Code repository for the research titled "Brain Tumor Classification from Radiology and Histopathology using Deep Features and Graph Convolutional Network". Combines multi-modal imaging data with GCN for robust tumor classification. See publications for more details.
A Flask + MySQL web application for uploading, submitting and auto-checking programming assignments. Teachers can create assignments; students can view, submit code and get it evaluated automatically. Full CRUD with role-based access control.