Commit History

Fix: All filter conditions working correctly - 49/49 tests passed (100% validation)
739be4a

barathvasan-dev commited on

🚀 Add comprehensive vehicle route tracking system
f36a41e

barathvasan-dev commited on

✅ FIX: Enable vehicle classification + proper state handling (unknown -> actual type)
70ebdb9

barathvasan-dev commited on

⚡ CRITICAL: Enable GPU acceleration for YOLO inference (43s -> 2-3s on GPU)
7d1df89

barathvasan-dev commited on

⚡ OPTIMIZE: detector - 3x faster plate detection (single OCR, lightweight preprocessing)
084c5ef

barathvasan-dev commited on

Fix investigation display and donut chart: use correct column names, improve results formatting
667c692

barathvasan-dev commited on

Fix investigation hanging: add timeout protection and simplify chat handlers
734c3b3

barathvasan-dev commited on

🐛 CRITICAL FIX: Convert Chatbot format from tuple to dict with role/content keys
4dcd2f3

barathvasan-dev commited on

Fix: Remove duplicate code, improve chatbot tuple format handling
fd53ef0

barathvasan-dev commited on

🔧 Fix: Correct chat message format in investigation chatbot
fced10e

barathvasan-dev commited on

🎨 UI improvements: add visual charts, fix analytics dashboard, optimize investigation lag
71f10e7

barathvasan-dev commited on

Fix: Suppress asyncio cleanup errors and optimize detailed tabs for responsiveness
0231137

barathvasan-dev commited on

Optimize: Instant UI response - return immediately with loading message, fill in results in background
f385408

barathvasan-dev commited on

Fix: Use proper Gradio Chatbot format with role/content dictionaries
f0a026f

barathvasan-dev commited on

Fix: Remove asyncio event loop policy, fix MistralClient references, simplify chat message format
01077ea

barathvasan-dev commited on

Fix: Resolve Chatbot message format error, asyncio event loop issues, and Mistral API compatibility
f9bd7d7

barathvasan-dev commited on

Fix: Resolve asyncio event loop issues and Mistral client API compatibility
72f433c

barathvasan-dev commited on

Fix: Remove unsupported bubble_full_width parameter from Chatbot
7c0ff10

barathvasan-dev commited on

Fix: Remove unsupported show_copy_button parameter from Chatbot and remove undefined function wrappers
c233c13

barathvasan-dev commited on

Enhancement: Production-grade AI Investigation with query caching, anomaly detection, conversation memory, and intelligent follow-ups
d99ce15

barathvasan-dev commited on

UI Redesign: Chat-based investigation interface with conversational flow and scrollable history
16cdcbe

barathvasan-dev commited on

Major redesign: AI Investigation agent with conversational multi-turn flow, follow-up questions, and better error handling
719ba4c

barathvasan-dev commited on

Fix: NLP-to-SQL now handles multiple vehicles and multiple locations with proper OR logic
ec39753

barathvasan-dev commited on

Improve: Enhanced NLP-to-SQL handling for complex queries, better data analysis, and error handling
ae48b27

barathvasan-dev commited on

Fix: Improve NLP-to-SQL parsing for complex multi-condition queries
1d03416

barathvasan-dev commited on

Feature: Advanced NLP-to-SQL with Mistral agent
cb25fea

barathvasan-dev commited on

Improve: Redesign AI Investigation UI and output formatting
57c13aa

barathvasan-dev commited on

Refactor: Consolidate AI Investigation into single unified agent tab with RAG capabilities
279c530

barathvasan-dev commited on

Fix: Remove unsupported show_copy_button parameter from Gradio Textbox components for compatibility
25c874b

barathvasan-dev commited on

Fix: Remove mistralai dependency conflict
45a6314

barathvasan-dev commited on

Integrate: AI Investigation Assistant into new tab (replaces AI Assistant)
1cdb670

barathvasan-dev commited on

Add: AI Investigation Assistant module
6886d9c

barathvasan-dev commited on

Fix: Precise location coordinates and single marker per location
2f92b87

barathvasan-dev commited on

Fix: Replace gr.Date with gr.Textbox for Gradio compatibility
630f1b6

barathvasan-dev commited on

Redesign: Professional vehicle route visualization - smart marker grouping
a7cda55

barathvasan-dev commited on

Enhance: Vehicle Intelligence Map with smart location grouping and date colors
3deba18

barathvasan-dev commited on

Fix: Database column names in vehicle route search - Vehicle Intelligence Map
d16b0a9

barathvasan-dev commited on

Clean up: Remove duplicate functions and add map_to_html - Vehicle Intelligence Map
ce822b4

barathvasan-dev commited on

Fix: TAB 5 context manager indentation error - Vehicle Intelligence Map
5fa73f8

barathvasan-dev commited on

Fix: Gradio context manager error in TAB 5 - Vehicle Intelligence
bcd22d0

barathvasan-dev commited on

Fix: TAB 5 indentation and imports - Vehicle Intelligence Map
3c3ad7c

barathvasan-dev commited on

Fix: Complete Vehicle Intelligence Map overhaul - Removed duplicates, fixed Folium HTML rendering with branca, added plate normalization, handle NaN coordinates, proper error handling, dark map theme
a7e10c9

barathvasan-dev commited on

Fix: Remove invalid 'enable_queue' parameter from demo.launch()
012ce4b

barathvasan-dev commited on

Fix: Asyncio event loop cleanup issue - Added platform-specific event loop policy, disabled SSR mode, suppressed warnings
93f8de0

barathvasan-dev commited on

Fix: Vehicle Intelligence Map - Fixed map HTML display, added location geocoding, improved error handling, working with database schema
975a0b9

barathvasan-dev commited on

Add: Vehicle Intelligence Map - geospatial tracking, route visualization, radius surveillance, heatmaps, suspicious movement detection
d497a90

barathvasan-dev commited on

Fix: Remove unsupported 'show_copy_button' parameter from gr.Chatbot()
e9d02f4

barathvasan-dev commited on

Fix: Remove invalid 'interactive' parameter from gr.Markdown() components
3b72a1f

barathvasan-dev commited on

Update app.py
5b46e11

barathvasan-dev commited on

Fix: Parse HF Space detection response format correctly - handle single detection object not array
f9c9a7c

barathvasan-dev commited on