> ## Documentation Index
> Fetch the complete documentation index at: https://0x38a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> Selected AI, data engineering, computer vision, robotics, and web projects.

프로젝트를 일반 카드 목록이 아니라 **case study 문서**로 읽히게 정리한 파일럿입니다. 각 문서는 문제, 역할, 핵심 스택, 결과를 중심으로 압축했습니다.

<Columns cols={2}>
  <Card title="SSAFIT NEWS" icon="newspaper" href="/projects/ssafit-news" img="/images/ssafit/web.png">
    실시간 뉴스 수집부터 검색, 추천, 일간 리포트까지 이어지는 Data Engineering 프로젝트입니다.
  </Card>

  <Card title="SISEON" icon="bot" href="/projects/siseon" img="/images/siseon/logo2.png">
    사용자의 시선과 자세를 기반으로 모니터 위치를 자동 보정하는 Robotics 시스템입니다.
  </Card>

  <Card title="MF-LPR2" icon="scan-text" href="/projects/lpr2" img="/images/lpr2/structure.png">
    저화질 블랙박스 영상의 번호판을 다중 프레임 기반으로 복원하는 Computer Vision 프로젝트입니다.
  </Card>

  <Card title="Road Image De-identification" icon="scan-face" href="/projects/deid" img="/images/deid/day2.png">
    도로 이미지와 영상에서 번호판과 얼굴 정보를 자동으로 비식별화하는 시스템입니다.
  </Card>

  <Card title="Vehicle Features" icon="car" href="/projects/vehicle-features" img="/images/vehicle/lanedeparture.png">
    OpenCV와 YOLO를 활용해 차선 이탈, 전방 차량 출발, 근접 객체를 감지합니다.
  </Card>

  <Card title="Portfolio" icon="panel-top" href="/projects/portfolio" img="/images/portfolio.png">
    Obsidian notes와 MDX blog를 연결한 개인 포트폴리오/지식 시스템입니다.
  </Card>
</Columns>

## Project map

| Project                      | Domain                 | Core stack                                     | Result                            |
| ---------------------------- | ---------------------- | ---------------------------------------------- | --------------------------------- |
| SSAFIT NEWS                  | Data Engineering       | Kafka, Flink, Spark, Elasticsearch, Airflow    | 삼성전자 1학기 프로젝트 우수상                 |
| SISEON                       | Robotics               | ROS2, C++, BLE, MQTT, Jetson, Raspberry Pi     | 삼성전자 2학기 공통 프로젝트 우수상              |
| MF-LPR2                      | Computer Vision        | PyTorch, OpenCV, DeepLabV3, FlowFormer++, TCDM | Worst 30% frame 기준 RMSE 13.37% 개선 |
| Road Image De-identification | Computer Vision        | PyTorch, OpenCV, DeepLabV3, YOLOv5             | 번호판/얼굴 비식별화 파이프라인 구현              |
| Vehicle Features             | Computer Vision        | OpenCV, YOLO, C++                              | ADAS-style 영상 감지 기능 구현            |
| Portfolio                    | Web / Knowledge System | Next.js, TypeScript, Tailwind CSS, MDX         | notes-to-blog 워크플로우 구축            |
