Back to Dashboard

Projects & Open Source

LLM infrastructure, generative AI, production ML systems, and 176+ open-source repositories on GitHub.

Featured Work

LLM infrastructure, generative AI, and production ML systems

LLM Inference Optimization (vLLM)

High-throughput LLM serving infrastructure at Red Hat — optimizing KV cache, continuous batching, and model parallelism for foundation models.

vLLMLLM ServingKV CacheDistributed Inference

LLM Fine-Tuning & Training Hub

Scalable training pipelines for large language models using LoRA, QLoRA, and distributed training with torchtune integration.

torchtuneLoRAFSDPPyTorch

Diffusion Models for Image Generation

Diffusion-based image generation and restoration models — commercialized on Samsung Galaxy S23/S24 with real-time mobile inference via QAT.

Diffusion ModelsQATSamsung SoCPyTorch

Diffusion Language Models

Text generation using diffusion-style denoising — iteratively refining noisy sequences into coherent text, an alternative to autoregressive decoding.

Diffusion LMFlow MatchingPyTorchTransformers

LLM & Model Quantization

End-to-end quantization pipelines for LLMs and vision models — GPTQ, QAT, INT8, pruning for efficient deployment on edge and cloud.

QuantizationONNXGPTQPruning

FlashDet — End-to-End Detection System

Complete desktop app with LoRA/QLoRA fine-tuning, knowledge distillation, ONNX export, and INT8 quantization — train to deploy without code.

LoRAKDQuantizationPyQt5PyPI

FlashVision FlashVision

Ultra-lightweight vision AI for edge devices — pip-installable, MIT licensed, LoRA fine-tuning built-in

FV GitHub Org Website 22+ Repos · MIT License
flashdet flashseg flashcls flashtrack flashocr flashdownup

FlashDet — Object Detection

Ultra-lightweight real-time object detection with tracking & analytics. 0.49M–2.44M params, 100+ FPS. Available on PyPI.

0.49M–2.44M100+ FPSLoRAKDPyPI

FlashSeg — Segmentation

Semantic segmentation, background removal, and lane detection. 0.3M–3.2M params, 80+ FPS on edge GPUs.

0.3M–3.2M80+ FPSLoRAKDPyPI

FlashCls — Classification

Image classification with multi-backbone support. 0.35M–2.8M params, 200+ FPS with ShuffleNetV2.

0.35M–2.8M200+ FPSMulti-BackbonePyPI

FlashTrack — Multi-Object Tracking

Multi-object tracking with ReID encoders. 0.5M–2.0M params, 90+ FPS real-time tracking.

0.5M–2.0M90+ FPSReIDLoRAPyPI

FlashOCR — Text Recognition

CTC + Attention decoder OCR. 0.4M–2.5M params, 120+ FPS text recognition for edge devices.

0.4M–2.5M120+ FPSCTCAttentionPyPI

FlashDownUP — Image Resampling

Lossless & lossy image resampling operators — Space-to-Depth, DWT-Haar, Depth-to-Space for efficient downsampling/upsampling.

S2DDWT-HaarD2SLosslessPyPI

FlashLLM — LLM Fine-Tuning

Lightweight LLM inference and fine-tuning — LoRA, QLoRA, SFT, DPO, quantization for LLaMA, Mistral, Phi, Gemma, Qwen.

LoRAQLoRASFTDPOQuantization

Flash3D — 3D Vision

Gaussian Splatting, NeRF, depth estimation, 3D reconstruction, and point cloud processing.

Gaussian SplattingNeRFDepth3D Recon

VisionRL — RL for Computer Vision

Reinforcement learning for image enhancement, segmentation, object detection, and generation with RL.

RLEnhancementDetectionGeneration

FlashVideo — Video AI

Video generation, understanding, action recognition, and world models for video intelligence.

Video GenAction RecogWorld Models

FlashAgent — Agentic AI

Multi-agent orchestration, tool-calling, memory, ReAct, and planning for agentic AI systems.

Multi-AgentTool-CallingReActPlanning

FlashOptim — Model Optimization

Model optimization toolkit — quantization, pruning, distillation, and NAS for FlashVision models.

QuantizationPruningDistillationNAS

FlashFusion — Multi-Model Fusion

Ensemble, cascade, and fuse detection, classification, segmentation, and OCR models for production pipelines.

EnsembleCascadeMulti-ModelPipeline
View All FlashVision Repos

GitHub Repositories

LLMs, diffusion models, efficient inference, and production ML systems

LLM_FineTune

A comprehensive, chapter-by-chapter guide to LLMs — from probability basics to scaling laws, with hands-on fine-tuning code.

LLMFine-TuningScaling Laws

LLMFineTune (Desktop App)

PyQt5 desktop GUI for fine-tuning, evaluating, and deploying LLMs using torchtune — no command-line required.

torchtuneLoRAGUI App

LLMs_Model

Comprehensive guides for working with Large Language Models — architectures, training, and deployment strategies.

LLM ArchitecturesTransformersDeployment

AwesomeKVCache-and-LLMCompression

Curated collection of 150+ research papers on KV Cache Management, KV Cache Compression, and LLM Compression for efficient inference.

KV CacheLLM CompressionEfficient Inference

LoRA

Implementation of LoRA: Low-Rank Adaptation of Large Language Models — parameter-efficient fine-tuning from scratch.

LoRAPEFTFine-Tuning

Diffusion-Language-Model

Diffusion-style denoising for text generation — iteratively refining noisy sequences into coherent text, an alternative to autoregressive LLMs.

Diffusion LMText GenerationPyTorch

REGLA — Gated Linear Attention

Refining Gated Linear Attention — efficient alternative to softmax attention for scalable sequence modeling.

Linear AttentionEfficient TransformersResearch

Attention_mechanisms

Three in-depth surveys covering efficient transformer architectures, attention variants, and optimization techniques.

AttentionTransformersEfficiency

FlashDet

End-to-end object detection system with PyQt5 desktop app — LoRA/QLoRA fine-tuning, knowledge distillation, ONNX export, INT8 quantization. 0.49M–2.44M params, 100+ FPS.

LoRAKnowledge DistillationDesktop App

DataDrift

Research paper on data drift in production ML — taxonomy (covariate/concept/label shift), mathematical formulations (KL, PSI, Wasserstein), monitoring architectures, and 200+ curated papers.

Data DriftMLOps200+ Papers

ml_system_design

Comprehensive guide to ML System Design — covering LLM serving, training pipelines, scaling, and real-world architecture patterns.

System DesignLLM ServingArchitecture

ImageObjectRemoval

Remove objects from photos including shadows and reflections using generative inpainting — end-to-end diffusion-based restoration.

Generative AIInpaintingDiffusion

DSA

170+ stars — well-organized Data Structures and Algorithms covering fundamentals to advanced topics for coding interviews.

DSA170 StarsAlgorithms
View All 176 Repositories