kcg-monitoring/prediction
htlee 71d607e499 feat: 어구 그룹 1h/6h 듀얼 폴리곤 + 리플레이 컨트롤러 개선
- Python: 1h/6h 듀얼 스냅샷 생성 (polygon_builder), 1h 멤버 기반 일치율 후보 (gear_correlation)
- DB: resolution 컬럼 추가 (011_polygon_resolution.sql)
- Backend: resolution 필드 지원 (DTO/Service/Controller)
- Frontend: 6h identity 레이어 독립 구현 (폴리곤/아이콘/라벨/항적/센터)
- 리플레이 컨트롤러: 프로그레스바 통합, 1h/6h 스냅샷 표시, A-B 구간 반복
- 리치 툴팁: 클릭 고정 + 멤버 호버 강조 + 선박/어구/모델 소속 표시

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 11:52:38 +09:00
..
algorithms feat: 어구 그룹 1h/6h 듀얼 폴리곤 + 리플레이 컨트롤러 개선 2026-04-01 11:52:38 +09:00
cache feat: 어구 리플레이 서브클러스터 분리 렌더링 + 일치율 감쇠 개선 2026-04-01 09:01:03 +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: 어구 그룹 1h/6h 듀얼 폴리곤 + 리플레이 컨트롤러 개선 2026-04-01 11:52:38 +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
config.py feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +09:00
env.example feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +09:00
fleet_tracker.py refactor: FleetClusterLayer 10파일 분리 + deck.gl 리플레이 기반 구축 2026-03-31 07:44:07 +09:00
main.py fix: 트랙 API DB 접속 버그 수정 (context manager) 2026-03-31 09:03:33 +09:00
README.md feat: 백엔드 Spring Boot + DB 스키마 + Python 분석서버 스켈레톤 2026-03-17 13:54:58 +09:00
requirements.txt feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +09:00
scheduler.py refactor: FleetClusterLayer 10파일 분리 + deck.gl 리플레이 기반 구축 2026-03-31 07:44:07 +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 - 헬스 체크