devjas1 commited on
Commit
7779f44
·
1 Parent(s): 0a4f1a6

(FEAT:db)[Database Initialization]: Add SQLite database for persistent performance tracking

Browse files

- Added a new SQLite database file, 'performance_tracking.db', to store performance metrics from model inference and analytics.
- The database supports logging of model name, confidence, prediction time, preprocessing time, total time, memory usage, accuracy, timestamp, input size, and modality.
- Enables persistent storage for performance dashboard, historic analytics, and efficient retrieval for reporting functions.

Files changed (1) hide show
  1. outputs/performance_tracking.db +0 -0
outputs/performance_tracking.db ADDED
File without changes