Projects

Browse Projects

Browse projects tagged with "NLP".

AI Portfolio Assistant cover image

AI Portfolio Assistant

Web

I built a conversational AI assistant directly into my portfolio site. Recruiters and visitors can ask anything about my projects, skills, and background — and get grounded, cited answers in real time, powered by RAG (Retrieval-Augmented Generation) and Llama 3.3 70B via Groq.

AWS Lambda & Amazon Bedrock: Benchmarking TF-IDF, LSTM, and Zero-Shot LLM Sentiment Analysis cover image

AWS Lambda & Amazon Bedrock: Benchmarking TF-IDF, LSTM, and Zero-Shot LLM Sentiment Analysis

Ai-ml

A full ML pipeline benchmarking TF-IDF + Logistic Regression, a Keras LSTM, and Claude Haiku via Amazon Bedrock on 50,000 IMDb reviews. The winning model is deployed live as a serverless REST API on AWS Lambda with a Flask frontend.

CV Gap Analyser — Semantic Job Matching with HuggingFace and Pinecone cover image

CV Gap Analyser — Semantic Job Matching with HuggingFace and Pinecone

Ai-ml

Semantic CV vs job description analysis identifying missing skills and producingactionable gap recommendations. HuggingFace embeddings for match scoring, Pineconefor a searchable job library, ROUGE for ATS keyword alignment. Accepts jobdescriptions as text, PDF, or URL via trafilatura extraction.

Email Subject Generator — T5 Transformer cover image

Email Subject Generator — T5 Transformer

Ai-ml

T5-small fine-tuned on the AESLC corpus (14k Enron email/subject pairs) to generate professional subject lines from an email body. Five suggestions returned at varying temperature levels — from beam-search conservative to top-p creative sampling.

LLM Document Summarizer — LLMOps with Amazon Bedrock cover image

LLM Document Summarizer — LLMOps with Amazon Bedrock

Ai-ml

PDF document summarizer using Amazon Bedrock (Claude Haiku) with production LLMOps patterns: versioned YAML prompt templates, automated ROUGE evaluation, Bedrock Guardrails for PII redaction, and MLflow tracking of every inference call. Deployed on Azure App Service.

Language Detector — Character N-gram Classification cover image

Language Detector — Character N-gram Classification

Ai-ml

Detects the language of any text across 22 languages using character n-gram TF-IDF features. Returns the top 3 languages with confidence scores and a plain-English explanation of the character patterns driving the detection.

SMS Spam Classifier cover image

SMS Spam Classifier

Ai-ml

SMS spam detection comparing three approaches — Naive Bayes, SVM, and Amazon Bedrock (Claude Haiku zero-shot) — on the same test set. Every prediction comes with a plain-English explanation of the words that drove it. Class imbalance addressed explicitly. Deployed on Azure App Service.

Telco Customer Churn Predictor cover image

Telco Customer Churn Predictor

Data

Churn prediction with plain-language risk explanations a retention team can act on. Logistic Regression wins (ROC-AUC 0.8362), benchmarked against Amazon Bedrock Claude Haiku 4.5 zero-shot — tied at 70%. Flask API on Azure.

GitHub Live Details ⏳ Loading Period

No projects found

No projects match the current filter.