kcg-monitoring/prediction
htlee 7dd46f2078 feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식
Codex Lab 환경(iran-airstrike-replay-codex)에서 검증 완료된
어구 모선 자동 추론 + 검토 워크플로우 전체를 이식.

## Python (prediction/)
- gear_parent_inference(1,428줄): 다층 점수 모델 (correlation + name + track + prior bonus)
- gear_parent_episode(631줄): Episode 연속성 (Jaccard + 공간거리)
- gear_name_rules: 모선 이름 정규화 + 4자 미만 필터
- scheduler: 추론 호출 단계 추가 (4.8)
- fleet_tracker/kcgdb: SQL qualified_table() 동적화
- gear_correlation: timestamp 필드 추가

## DB (database/migration/ 012~015)
- 후보 스냅샷, resolution, episode, 라벨 세션, 제외 관리 테이블 9개 + VIEW 2개

## Backend (Java)
- 12개 DTO/Controller (ParentInferenceWorkflowController 등)
- GroupPolygonService: parent_resolution LEFT JOIN + 15개 API 메서드

## Frontend
- ParentReviewPanel: 모선 검토 대시보드
- vesselAnalysis: 10개 신규 API 함수 + 6개 타입

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:42:31 +09:00
..
algorithms feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
cache fix: time_bucket 수집 안전 윈도우 도입 — incremental fetch 데이터 누락 방지 2026-04-03 15:11:20 +09:00
chat feat: 어구 연관성 멀티모델 패턴 추적 시스템 (Phase 1 Core) 2026-03-30 10:36:43 +09:00
data feat: 특정어업수역 Ⅰ~Ⅳ 폴리곤 기반 수역 분류 — 경도 하드코딩 → point-in-polygon 교체 2026-03-20 12:47:29 +09:00
db feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
models perf: 렌더링 성능 최적화 + 환적 Python 이관 + 중국어선감시 통합 (#158) 2026-03-23 13:16:24 +09:00
pipeline fix: 분석 파이프라인 정확도 개선 + 캐시 증분 갱신 + TTS 프록시 2026-03-25 06:48:27 +09:00
scripts feat: 선단 등록 DB + 어망/어구 정체성 추적 시스템 2026-03-20 18:07:15 +09:00
tests feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
config.py feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
env.example feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +09:00
fleet_tracker.py feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
main.py feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
README.md feat: 백엔드 Spring Boot + DB 스키마 + Python 분석서버 스켈레톤 2026-03-17 13:54:58 +09:00
requirements.txt chore: requirements.txt에 tzdata 추가 2026-04-02 07:13:30 +09:00
scheduler.py feat: 어구 모선 추론(Gear Parent Inference) 시스템 이식 2026-04-04 00:42:31 +09:00
time_bucket.py fix: time_bucket 수집 안전 윈도우 도입 — incremental fetch 데이터 누락 방지 2026-04-03 15:11:20 +09:00

KCG Prediction Service

FastAPI 기반 예측 서비스 (향후 구현 예정)

실행

cd prediction
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000

엔드포인트

  • GET /health - 헬스 체크