kcg-monitoring/prediction
htlee a7eb706839 fix: FLEET 타입에 resolution='1h' 누락 — 라이브 현황 API에서 선단 그룹 미표시
FLEET 스냅샷에 resolution 필드를 설정하지 않아 DB default '6h'로 저장됨.
LATEST_GROUPS_SQL이 resolution='1h' 필터를 사용하므로 FLEET 전부 누락.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 14:17:27 +09:00
..
algorithms fix: FLEET 타입에 resolution='1h' 누락 — 라이브 현황 API에서 선단 그룹 미표시 2026-04-01 14:17:27 +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 - 헬스 체크