Logo
Back to Home

All Projects

A comprehensive list of projects I've built or contributed to.

AI Resume Builder
Web DevLLM

AI Resume Builder

  • Real-time CV builder with live preview and PDF export.
  • AI resume evaluation based on job descriptions using Groq.
  • Database persistence and shareable links with Supabase.
Next.jsGroq APISupabase
Hybrid RAG Chat
App DevWeb DevLLM

Hybrid RAG Chat

  • Full-stack RAG pipeline with local PDF parsing, recursive chunking, and embeddings.
  • Advanced retrieval using Hybrid Search (Semantic + Keyword) and Reciprocal Rank Fusion (RRF).
  • Unified FastAPI backend serving cross-platform clients built with Next.js and Flutter.
FastAPIpgvectorOllamaFlutterNext.jsPython
Job Portal
App DevLLM

Job Portal

  • Mobile platform for job posting and management powered by Supabase.
  • AI-driven candidate matching scores using Groq API for job seekers.
  • Seamless job search and application workflow with real-time updates.
FlutterSupabaseGroq API
LSTM Sentiment: GloVe vs Word2Vec
NLPData Science

LSTM Sentiment: GloVe vs Word2Vec

  • Compared GloVe and Word2Vec pre-trained embeddings for sentiment classification using PyTorch.
  • Developed a Long Short-Term Memory (LSTM) network to capture long-range dependencies in text.
PyTorchLSTMGloVeWord2Vec
Amazon Review Sentiment Analysis
NLPData Science

Amazon Review Sentiment Analysis

  • Built a sentiment classifier using PyTorch and TF-IDF to analyze Amazon customer reviews.
  • Implemented a custom Artificial Neural Network (ANN) with Dropout and ReLU for binary classification.
PyTorchScikit-LearnPandasMatplotlib
Safety Helmet Detection
Computer Vision

Safety Helmet Detection

  • Trained a YOLO model specifically to identify safety helmets in images and video.
  • Used data augmentation to improve the model's accuracy.
  • Built a web app with Streamlit to run the trained model
YOLOPythonStreamlitComputer Vision