Skip to content
View zk112211's full-sized avatar

Block or report zk112211

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
zk112211/README.md

Hi, I'm Kai πŸ‘‹

M.S. Computer Science @ Northeastern University (Silicon Valley) | B.S. Information Security @ Fudan University

I'm a graduate student focused on machine learning, computer vision, and full-stack development. Currently looking for 2026 Summer SWE / ML internships.

πŸ”§ Tech Stack

Languages: Python, Go, C/C++, Java, JavaScript, TypeScript, Dart

ML / CV: PyTorch, TensorFlow, OpenCV, YOLO, DeepFace, Tree-sitter

Backend: FastAPI, Flask, gRPC, REST APIs, WebSocket

Frontend: Flutter, React, PyQt6

Tools: Docker, Git, Linux, GDB, QEMU

πŸ“Œ Featured Projects

End-to-end CV pipeline integrating TOPICTrack, UPAR, and YOLOFaceV2 for pedestrian detection, tracking, and attribute analysis. Fine-tuned 400M-parameter backbone, achieving 98% detection accuracy.

Multi-agent trip planner (Scout β†’ Simulator β†’ Validator) powered by Google Gemini API. Built with Flutter frontend and FastAPI backend with real-time WebSocket alerts.

TypeScript parser and control flow analyzer built on the LIAN framework. Transforms TypeScript AST into Glang IR and constructs control flow graphs for static analysis.

Fault-tolerant blockchain with PBFT consensus protocol, built in Go with gRPC. Features Merkle tree validation and concurrent architecture with sub-second latency.

πŸ“« Contact

Pinned Loading

  1. Pedestrian_Attribute_Detection_Pipeline Pedestrian_Attribute_Detection_Pipeline Public

    End-to-end pedestrian detection, tracking & attribute analysis pipeline integrating TOPICTrack, UPAR, and YOLOFaceV2. Features fan crowd detection, batch processing, and visualization. Achieved 98%…

    Python

  2. AI-Life-Planning-Assistant AI-Life-Planning-Assistant Public

    AI-powered trip planner with multi-agent pipeline (Scout β†’ Simulator β†’ Validator) built with Flutter, FastAPI, and Google Gemini API. Features real-time WebSocket alerts and automatic re-planning.

    Dart

  3. TypeScript-Static-Analyzer TypeScript-Static-Analyzer Public

    TypeScript static analysis toolchain: AST parsing via Tree-sitter, Glang IR generation, and control flow graph construction. Built on the LIAN multi-language analysis framework.

    Python

  4. simple-pbft-blockchain simple-pbft-blockchain Public

    Simple PBFT based consensus blockchain

    Go

  5. weibo-sentiment-crawler weibo-sentiment-crawler Public

    A crawler for weibo, collection relative informations and analyse it.

    Python

  6. BHV_parser BHV_parser Public

    Parse bhv file to json file

    C++