Custom LLM Fine-tuning Framework
A comprehensive framework for fine-tuning large language models with support for multiple architectures,
efficient training techniques (LoRA, QLoRA), and deployment utilities. Built with PyTorch and HuggingFace Transformers.
PyTorch
LLMs
Fine-tuning
View on GitHub →
RAG System for Document Q&A
Retrieval-Augmented Generation system for answering questions from large document collections.
Implements vector search with FAISS, semantic chunking, and context-aware answer generation using LLMs.
RAG
NLP
Vector Search
View on GitHub →
Computer Vision Pipeline for Object Detection
End-to-end computer vision pipeline using state-of-the-art object detection models (YOLO, Faster R-CNN).
Includes data preprocessing, model training, evaluation, and deployment with REST API.
Computer Vision
Object Detection
TensorFlow
View on GitHub →
MLOps Template Repository
Production-ready MLOps template with CI/CD pipelines, model versioning, experiment tracking, and monitoring.
Supports multiple cloud platforms and includes best practices for ML deployment.
MLOps
CI/CD
Monitoring
View on GitHub →
Sentiment Analysis API
Fast and accurate sentiment analysis API using fine-tuned transformer models.
Supports multiple languages, batch processing, and real-time inference with sub-100ms latency.
NLP
API
FastAPI
View on GitHub →