Projects
Documentation & GenAI work.
A mix of documentation samples and applied AI projects. Click through for the full write-up or repository.
Star Wars API (SWAPI) — Developer Reference
Full REST reference covering overview, workflow, authentication, status codes, headers, throttling, and endpoint schemas with example JSON responses. Authored to industry standards.
Customer Support Chatbot using RAG
End-to-end Retrieval-Augmented Generation pipeline using LLMs and vector search. Implemented document chunking and FAISS embeddings; reduced hallucinations via retrieval grounding.
Multilingual Translation & Text-to-Speech
Streamlit application combining OpenAI translation with gTTS for real-time multilingual speech synthesis.
Sentiment Analysis using NLP
Text preprocessing, tokenization, and classification pipeline. Built an ML model for sentiment prediction with evaluation metrics.
Customer Churn Prediction
Logistic regression model for churn prediction with feature engineering and model evaluation.