Professional Work

Production AI systems built during my internship at Stirring Minds

🤖 Recruitment Intelligence Agent

INTERNSHIP

AI-Powered Candidate Evaluation System
Built an intelligent recruitment agent that automates the entire candidate screening process. The system parses resumes, extracts candidate information, creates comprehensive profiles, matches qualifications with job descriptions, and generates detailed scoring with reasoning. Reduced candidate screening time from 2 hours to 5 minutes.

Python LangChain OpenAI GPT Resume Parsing NLP Scoring Algorithm

📱 Social Media Automation Agent

INTERNSHIP

End-to-End Social Media Workflow
Developed a comprehensive social media automation system handling content scheduling, multi-platform posting, engagement tracking, and analytics. Integrated with major social platforms using APIs and webhooks. Saves 30+ hours weekly in manual social media management.

Python n8n REST APIs Webhooks Automation Analytics

⚙️ Enterprise Automation Suite

INTERNSHIP

Multi-Team Workflow Automation
Created custom automation workflows for Operations, Sales, and Recruitment teams using n8n and Integrately. Built seamless integrations between CRM, email systems, databases, and communication tools. Automated 50+ hours of repetitive manual work weekly across teams.

n8n Integrately API Integration Workflow Design Process Automation

💬 Enterprise Chatbot (In Progress)

INTERNSHIP

RAG-Based Intelligent Assistant
Collaborating on building an enterprise chatbot with RAG architecture for customer support automation. Implementing advanced prompt engineering, context management, and LLM integration with vector databases for accurate, context-aware responses.

LangChain RAG Vector DB Prompt Engineering Claude/GPT

Personal Projects

AI/ML solutions and web applications built independently

🎼 MoodSense AI

Deep Learning Models
Built an NLP-based app that detects emotions and suggests mood-aligned songs. Trained and compared LSTM-based models using GloVe embeddings.

TensorFlow Keras Pandas Streamlit NumPy Matplotlib

Resume Analyzer

RAG Pipeline for Resume Search
Built this to help recruiters search through multiple resumes quickly. Upload PDFs and either search across all of them or ask questions about specific candidates. Uses Pinecone for vector storage and Groq LLaMA for intelligent responses.

Python Streamlit Pinecone Groq API Sentence Transformers

SMS Spam Classifier

NLP + Streamlit Dashboard
Built an NLP spam detector with CountVectorizer and Naive Bayes (97% test accuracy); deployed via interactive Streamlit app.

Python Scikit-learn Pandas Streamlit NLTK

House Price Prediction

Streamlit Dashboard
Built and deployed a regression model with log-transformed targets; live app features a clean UI with 5 key inputs.

Python Scikit-learn Pandas Streamlit Numpy Matplotlib

Titanic Survival Prediction

End-to-End ML Pipeline + API
Built and deployed a high-performance classification model (ROC-AUC: 0.88) using engineered features.

Python Scikit-learn Flask Pandas NumPy

Cafe Sales Analysis

Data Insights with Pandas & Numpy
Analyzed 10,000+ transactions to identify top items and peak hours. Visualized seasonal sales trends and payment behavior.

Jupyter Notebook Pandas Numpy Matplotlib

NoteNest

Django Web App with Google Auth
NoteNest is a Django-based web app with full note management features, including Google login, password change, and complete user authentication.

Google Authentication Django CRUD

BG-remover

AI Image Processing
A Python-based background remover that allows users to upload an image and download it with background removed using AI image processing.

Python Django AI Image Processing

PassVault

Secure Password Manager
PassVault is a secure web-based password manager that allows users to safely store, retrieve, and manage their website credentials.

Password Manager Django Security Web App