AI Applications
A collection of projects combining agentic pipelines, LLMs, and full-stack engineering. Click on an image or the link to visit the GitHub repository.

LLM Bible Tutor
Implement a Retrieval-Augmented Generation (RAG) pipeline for the Douay-Rheims Bible, enabling an LLM to answer scriptural queries with precise, cited verse references based on semantic vector search.
Tech: Python, OpenAI (GPT-4o-mini, text-embedding-3-small), LangChain, ChromaDB (vector database)


