Logo

All Posts

  • Published on
    A hands-on look at fine-tuning open source AI models using LoRA/QLoRA techniques on Amazon product data. I discovered how a fine-tuned 8B parameter model outperformed GPT-4o and Claude, while navigating the practical challenges of limited GPU resources and hyperparameter optimization.
  • Published on
    I built my first Retrieval-Augmented Generation (RAG) system - a student enrollment chatbot that demonstrates how AI can improve how educational institutions serve prospective students. The system combines natural language processing with a knowledge base to provide instant, accurate responses to student inquiries.
  • Published on
    Docker improved my web app deployments by ensuring consistent environments with containerization, and streamlining multi-app management through Docker Compose, all while remaining portable across cloud providers.