kcg-monitoring/prediction
htlee e797beaac6 feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축
- Ollama Docker(14b/32b) + Redis 컨텍스트 캐싱 + 대화 히스토리
- Python SSE 채팅 엔드포인트 + 사전 쿼리 + Tool Calling
- 도메인 지식(해양법/어업협정/알고리즘) + DB 스키마 가이드
- Frontend SSE 스트리밍 + 타이머 + thinking 접기 + 확장 UI
2026-03-26 09:03:05 +09:00
..
algorithms feat: 분석 용어/색상 통일 + 경량 분석 + 항적 미니맵 2026-03-25 12:39:22 +09:00
cache feat: 분석 용어/색상 통일 + 경량 분석 + 항적 미니맵 2026-03-25 12:39:22 +09:00
chat feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +09:00
data feat: 특정어업수역 Ⅰ~Ⅳ 폴리곤 기반 수역 분류 — 경도 하드코딩 → point-in-polygon 교체 2026-03-20 12:47:29 +09:00
db feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +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 feat(prediction): 선단/어구그룹 폴리곤 서버사이드 생성 + PostGIS 저장 2026-03-24 13:30:31 +09:00
main.py feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +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 feat(chat): Ollama Qwen3 기반 AI 해양분석 채팅 구축 2026-03-26 09:03:05 +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 - 헬스 체크