AI-Powered Data Intelligence & Analytics Assistant
Personal project. Designed and built a Python-based AI data platform for automated data cleaning, exploratory data analysis, insights, and machine learning recommendations; exposed functionality through backend services and an interactive UI. Implemented reusable data-processing workflows and deployed the application for live use.
Drug Repurposing using Graph Neural Networks
Final year project. Designed a Python/TensorFlow Graph Neural Network pipeline to model drug-disease-target relationships and identify potential drug repurposing candidates. Built preprocessing, graph construction, and link-prediction workflows on biomedical datasets.
Indian Road Intelligence System
Built a computer vision pipeline in Python using OpenCV and YOLO to detect potholes and road surface damage from images and video. Handled data preparation, model inference, and result visualization.
AI Resume & Job Matching System
Hackathon project. Built an NLP application using Python, TF-IDF, cosine similarity, embeddings and vector-search concepts, and an LLM-assisted workflow to match resumes with job descriptions and rank candidates.
AI Code Generator & Fixer
Developed a Flask-based Python application that generates and debugs source code from natural-language prompts, emphasizing modular backend architecture, API integration, and debugging.