Skip to content
View bae-kh's full-sized avatar

Block or report bae-kh

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
bae-kh/README.md

Kanghyun Bae

AI Engineer · Computer Vision · LLM/AX · AI Backend

Building reliable AI systems from models to applications.

Computer Vision 연구 경험에서 출발해 LLM/AX와 AI Backend로 확장했습니다.
모델 성능뿐 아니라 평가 조건, 실패 처리, 추론 파이프라인, 서비스 연동까지 함께 설계합니다.

Featured Projects

Edge AI · Computer Vision · Team Project

  • Problem — 영상만으로는 가림과 배경 움직임에 취약하고, 무게센서만으로는 Pick/Put의 행동 의미를 구분하기 어려운 무인매장 시나리오를 다뤘습니다.
  • Built — 팀에서 Edge AI와 sensor-event 연동을 중심으로 참여해 YOLOv8·ByteTrack 고객 context, TSM/ResNet50 행동 인식, MQTT trigger, vision-weight cross-validation, backend payload와 SQLite DLQ/retry를 연결했습니다.
  • Evidence / Limit — RTX 4070 Ti에서 TSM model-only latency 11.82ms → 2.44ms, PyTorch–TensorRT FP16 class prediction 156/156 일치를 확인했습니다. 저장 clip 기준이며 live RTSP E2E나 새로운 환경의 일반화 결과는 아닙니다. 검증 보고서

LLM / AX · Workflow Automation · Evaluation

  • Problem — 정확해야 하는 금융 계산과 확률적인 LLM 해석을 분리하고, 외부 데이터·모델 실패가 정상 결과처럼 보이지 않도록 설계했습니다.
  • Built — Python 지표 계산, 뉴스 snapshot·필터링, Structured Outputs 이후의 evidence·의미 검증, 재작성·fallback·run tracking을 구성했습니다. 검증된 workflow 위에는 주문·추천 기능이 없는 제한된 3-tool Agent를 연결했습니다.
  • Evidence / Limit — 회귀 테스트 170개가 통과하며, 공개 TSLA 실행에서 미근거 주가 전망을 거부하고 1회 재작성했습니다. Live 결과는 1회 실행과 headline metadata 기반 분석입니다. 실행 샘플

AI Backend · Model Serving · Operations

  • Problem — 한국어 유해 표현 모델의 category·confidence를 API 응답에 그치지 않고 실제 검토 정책과 운영 흐름으로 연결했습니다.
  • Built — FastAPI model lifecycle과 threadpool 추론, allow / review / block 정책, PostgreSQL review queue, Alembic, Admin API, structured logging, Docker Compose와 CI를 구성했습니다.
  • Evidence / Limit — 자동화 테스트 28개, Docker health smoke test와 Locust 부하 테스트를 구성했습니다. Threshold는 60건 pilot의 56개 조합을 비교한 baseline이며 production 최적값이 아닙니다. Calibration 근거

Computer Vision · FastAPI / SSE · React

  • Problem — 단일 카메라 축구 영상의 CV 분석을 사용자가 업로드하고 진행률과 결과를 확인할 수 있는 서비스 흐름으로 연결했습니다.
  • Built — YOLOv8 공 검출, CSRT tracking fallback, YOLOv8-seg 골대 분할, SciPy trajectory fitting을 FastAPI background execution, SSE streaming, React UI와 연결했습니다.
  • Evidence / Limit — 공개 demo에서 upload → progress → result 흐름을 확인했습니다. 속도와 궤적은 제한된 sample 영상의 추정값이며 radar·IMU·multi-view Ground Truth로 검증한 정확도가 아닙니다.

Background

  • 세종대학교 컴퓨터공학 전공
  • Computer Vision 연구실 학부연구생
  • Evidence over Claims — 결과와 함께 평가 조건, 실패 상태, 재현 범위를 기록합니다.

Tech Stack

Languages

Python SQL JavaScript

AI / Computer Vision

PyTorch OpenCV Hugging Face TensorRT

Backend / Data / Tools

FastAPI PostgreSQL Docker GitHub Actions

Pinned Loading

  1. text-moderation-api text-moderation-api Public

    AI model serving backend connecting Korean text classification to FastAPI, PostgreSQL review workflow, Docker Compose, CI, logging, threshold calibration, and performance testing.

    Python

  2. SEJONG-XROSS/xross-ai SEJONG-XROSS/xross-ai Public

    Team-built edge AI system combining TSM action recognition, YOLOv8 tracking, MQTT weight-sensor events, and backend event dispatch for unmanned-store scenarios.

    Python

  3. soccer-shot-analyzer soccer-shot-analyzer Public

    Agentic AI-assisted CV web prototype connecting FastAPI, SSE, React, YOLOv8 tracking, goalpost segmentation, and trajectory estimation for single-camera soccer shots.

    Python

  4. llm-financial-reporting-pipeline llm-financial-reporting-pipeline Public

    Python pipeline that collects market and news data, validates LLM outputs, calculates risk metrics, and generates Markdown reports with Streamlit and scheduled batch execution.

    Python

  5. Soccer_Tracking_Project Soccer_Tracking_Project Public

    Multi-object tracking and ball trajectory interpolation system using YOLOv8 and ByteTrack.

    Python

  6. aibitcoin aibitcoin Public

    Python