Mini RAG — Skincare AI Assistant
A Retrieval-Augmented Generation system that answers skincare questions using a curated knowledge base. Every answer is grounded in retrieved documents, no hallucinations.
Built with FastAPI using strict MVC architecture, Pydantic validation, and Docker. Demonstrates ability to ship a full AI pipeline — from document ingestion and vector search to grounded LLM generation.
Tech: Python · FastAPI · LangChain · ChromaDB · Pydantic · Docker · REST API · MVC