feat: Add threat chat feature for Q&A about detected threats
689b163
Zhen Yecommited on
feat(threat-assessment): implement naval threat analysis with GPT-4o\n\n- Rename utils/gpt_distance.py to utils/gpt_reasoning.py and update logic for 15 naval threat features\n- Add Pydantic schemas for NavalThreatAssessment in utils/schemas.py\n- Update backend (app.py, inference.py) to use new threat estimation and pass full metadata\n- refactor(frontend): render threat level badges and detailed feature table in UI
b2c37ab
Zhen Yecommited on
feat: Implement depth-based distance estimation and frontend integration
6fac374
Zhen Yecommited on
feat: Real-time radar directionality via track sync
b35a92e
Zhen Yecommited on
fix: Update static file path for deployment
6d4b41a
Zhen Yecommited on
feat: Continuous object tracking, speed estimation, and overlay syncing
66c623b
Zhen Yecommited on
Fix inference concurrency bugs and enable default first-frame GPT
28fa965
Zhen Yecommited on
Add internvl dependency and disable frontend caching
8d4be4a
Zhen Yecommited on
Optimize streaming buffer and implement parallel depth pipeline
17ea525
Zhen Yecommited on
Refactor: Decouple depth estimator and suppress noisy logs