Featured Projects

Explore my journey through AI, Machine Learning, and Backend Development. Each project represents a step forward in my technical evolution.

PneumoScan

AI/Backend Project

Developed a deep learning model using CNNs to detect pneumonia from Chest X-rays as college major project. Enhanced model performance through data augmentation, achieving high accuracy for robust pneumonia detection. Used Grad-Cam for showing affected parts in x-rays. Developed a full-stack web application using Django as backend with React as the frontend.

Python
Custom CNNs
DenseNet121
Django
React
Grad-Cam

BloodCare

Backend Project

Developed a mobile app where user can request and donate blood as college minor project. Implemented a feature to search for compatible blood donors using an integrated map and filters like city, Bloodgroup. Implemented other features like BMI calculation, JWT authentication.

Django REST
Google Maps API
Flutter
Postman
SQLite
JWT

Book-Recommend Chatbot

AI/ML Project

Performed semantic vector embeddings for cleaned book dataset using Sentence Transformer to recommend top-k books based on user's query. Integrated T5 and Open AI(DeepSeek) models to generate contextual responses to users. Stored embeddings and metadata using PgVector and Supabase for efficient retrieval and RAG-based query resolution.

PgVector
Sentence Transformer
T5
OpenAI
Supabase
RAG

Document-Processor

Backend/AI Project

Built a PDF/text processing API that chunks documents semantically and stores them in Supabase with vector embeddings. Enabled smart search by implementing pgvector similarity search for retrieving relevant document sections. Developed RESTful endpoints with proper validation, error handling and async processing.

FastAPI
Semantic Chunking
Vector Embeddings
Supabase
pgvector

Car Price Predictor

ML Project

Performed Data Cleaning, EDA (Uni-Variate/Multi-Variate), Feature Engineering over raw car datasets. Used Random Forest Regressor, and XG Boost Regressor for comparing metrics and fine-tuned them for better results. Evaluated the performance of models using Dummy Regressor.

Python
Random Forest
XGB Regressor
Seaborn
EDA
Feature Engineering

House Price Predictor

ML Project

Developed a Fast API based application for predicting house price based on different features. Implemented 12-factors principle like Testcase using pytest, dockerized for easy deployment, followed Cookie-Cutter Data Science template and many more.

FastAPI
Linear Regression
Docker
PyTest
12-Factor App

MPG Data Visualization and Presentation

Data Analysis Project

Exploratory Data Analysis (EDA) and visualization of the MPG dataset using Matplotlib, Seaborn, and Plotly. This project focuses on exploratory data analysis (EDA) and interactive visualizations of the classic MPG (Miles Per Gallon) dataset. The goal is to uncover meaningful patterns and relationships between various features of automobiles such as horsepower, weight, origin, cylinders, and fuel efficiency (mpg).

Python
EDA
Matplotlib
Seaborn
Plotly
Data Visualization

Sentiment Analysis

NLP Project

Natural Language Processing project for analyzing sentiment in text data using machine learning techniques and deep learning models for accurate emotion detection.

Python
NLP
NLTK
Sentiment Analysis
Machine Learning

Iris Flower Classification

ML Project

Classic machine learning project implementing various classification algorithms to predict iris flower species with comprehensive data visualization and analysis.

Python
Scikit-Learn
Machine Learning
Classification

Handwritten Digit Classification

Deep Learning

Deep learning project using MNIST dataset to classify handwritten digits with high accuracy using neural networks and CNNs, featuring interactive visualizations.

Python
TensorFlow
MNIST
Deep Learning
CNN

Want to see more?

Check out my GitHub profile for more projects and contributions to the open-source community.