A showcase of my work in AI, MLOps, and software development, ranging from custom frameworks to full-stack applications.
RAGLight is a lightweight and modular Python library for
implementing Retrieval-Augmented Generation (RAG). It enhances the
capabilities of Large Language Models (LLMs) by combining document
retrieval with natural language inference.
Current Features :
- LLM Agnostic
- RAG
Pipeline
- RAT Pipeline
- Agentic RAG Pipeline
AI Coding Assistant powered by MCP server : it reads your code locally to provide truly context-aware help, explanations, and suggestions directly related to your files. Code smarter, locally or using external API.
End-to-end automated system fetching daily arXiv papers, processing PDFs, indexing via RAG (ChromaDB), storing files (MinIO), and providing a chat interface (React/FastAPI). Orchestrated with Prefect & Docker.
Full-stack web application demonstrating the deployment of a fine-tuned Vision Transformer (ViT) model for pneumonia detection from chest X-rays. Built with React, FastAPI, Nginx, and Docker.