Projects
-
SciQuery LLM: An advanced research assistant that answers complex AI research questions using Retrieval-Augmented Generation (RAG). Built with Sentence-BERT, FAISS, and Hugging Face’s DeepSeek model, it retrieves relevant arXiv papers and provides cited answers via a Gradio web interface. [Code]
-
SpecialtyTuner: A lightweight, instruction-tuned language model for generating production-ready Python code for ML and data science tasks. Fine-tuned Deepseek Coder 1.3B Instruct with LoRA and quantized for efficient inference, achieving 95% syntax correctness. [Code]