Skip to content
View jasonjiang8866's full-sized avatar
🎉
Life Is Short~Be Happy
🎉
Life Is Short~Be Happy
  • Micron Technology
  • Singapore
  • 18:27 (UTC +08:00)

Block or report jasonjiang8866

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jasonjiang8866/README.md

Hi there 👋

Hi — I'm a builder of production ML systems & LLM tooling 👋

I design and ship full-stack AI/ML products: fine-tuning and deploying LLMs, agent workflows, scalable data pipelines, and production inference stacks (Docker / Kubernetes / on-prem GPU). I like projects that connect research-y models to real-world systems and measurable outcomes.

🔭 Current focus

Post-training / PEFT (QLoRA, LoRA) for LLMs and agentic systems

Fast, reproducible model deployment (vLLM, Ollama, LangGraph, containerized stacks)

Production data pipelines and feature engineering for high-throughput environments

🛠 Tech highlights

Python · PyTorch · TensorFlow · PEFT/QLoRA · vLLM · LangGraph · Docker · Kubernetes / OpenShift · Go · Angular · Spark · Polars · Snowflake · REST / gRPC · CV (real-time inference)

⭐ Selected projects

Click each project to open the repo.

MiniMind — Chinese → English Translation Agent

A LangGraph + vLLM translation agent that performs multi-pass translation, quality validation and automatic fixes — built to create a high-quality zh→en dataset and production translation pipeline.

PEFT Fine-Tuning Recipes — Classification

Hands-on PEFT recipes and scripts (QLoRA / LoRA) for classification tasks: reproducible examples, training configs and evaluation scripts.

Stable Diffusion WebUI — Docker

One-click Docker setup for Stable Diffusion WebUI, with GPU support and common model installers — intended for local image generation and experimentation.

SMB File Server

Lightweight SMB file server templates and deployment scripts for self-hosted file sharing.

Attendance System

A simple attendance / check-in system (web + API) built for easy deployment and integration with internal tools.

TabularML

Experiments and templates for tabular machine learning workflows: feature engineering, model baselines, and model evaluation scripts.

People-Counting in Real-Time

Real-time computer-vision pipeline for estimating crowd/people counts from video streams with lightweight inference optimizations.

📂 How I organize repos

Reproducible examples (Docker + scripts) so others can run locally or on a GPU node

Clear README with quickstart + minimal config for common dev environments (macOS / Linux)

Small, focused notebooks and tests for core functionality

Pinned Loading

  1. marimo-runpod-pod-mode marimo-runpod-pod-mode Public

    use state of art marimo on runpod in pod mode

    Python

  2. minimind-zh2en-agent minimind-zh2en-agent Public

    An agentic system for LLM dataset conversion from zh to en

    Python

  3. peft-fine-tuning-recipes-classification peft-fine-tuning-recipes-classification Public

    A working recipes for sequential classification finetuning using peft

    Jupyter Notebook

  4. smbfileserver smbfileserver Public

    use go webserver to serve smb files

    Go 1

  5. attendance attendance Public

    a handy face attendance system for taking attendance just using face

    Python

  6. tabularML tabularML Public

    🧀 TabularML - Advanced ML Pipeline with Streamlit UI for tabular data

    Python