Actionsync / app.py

Commit History

⚡ 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

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

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

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

barathvasan-dev commited on

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

barathvasan-dev commited on

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

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: Major UI responsiveness improvements - remove demo.load() blocking, fix Chatbot format for Gradio 6.14.0, add timeout handling to all queries, fix save_detection column mapping
8d9a055

barathvasan-dev commited on

Debug: Add comprehensive error logging and debug output to all functions - query_database, chatbot_query, refresh_analytics
756ce21

barathvasan-dev commited on

Fix: Correct Gradio Row/Column syntax for 6.14.0 - replace invalid .style() method
538c788

barathvasan-dev commited on

Improve: Add detailed configuration status display, better error messages, and debug info at startup
88c2b59

barathvasan-dev commited on

Fix: Remove invalid 'type' parameter from gr.Chatbot() for Gradio 6.14.0 compatibility
9321410

barathvasan-dev commited on

Update: Refactored app.py with improved UI and error handling
07cff00

barathvasan-dev commited on

Improve: Add configuration checks, environment validation, and better error messages for missing HF_TOKEN and DATABASE_URL
35c6090

barathvasan-dev commited on

Update: Integrate Mistral-7B-Instruct-v0.2 model for NLP-to-SQL engine and add database functions
a4acadb

barathvasan-dev commited on

fix: convert query results to pandas DataFrame for proper Gradio table display
3de8d8f

barathvasan-dev commited on

update: latest changes to app.py and detector.py
af30bc6

barathvasan-dev commited on

refactor: modularize codebase with SQL validation, improved schema, and security measures
fb7f78e

barathvasan-dev commited on

feat: integrate SQLCoder LLM, Supabase PostgreSQL, and improved NLP-to-SQL layer
6b8e938

barathvasan-dev commited on

Use stable versions: ultralytics 8.4.46, torch 2.1.2, transformers 4.40.0 + add error handlers
949cc4d

barathvasan-dev commited on

Fix ultralytics version for C3k2 support & set OMP_NUM_THREADS
367b063

barathvasan-dev commited on