first streamlit poc

This commit is contained in:
Gabriel Radureau
2025-10-12 14:59:40 +02:00
parent 14a3392d41
commit 9cb9790974
8 changed files with 264 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS videos (
raw_file VARCHAR(255) UNIQUE,
duration DECIMAL(10,2),
mp4_file VARCHAR(255),
mp4_file_name VARCHAR(255),
rotated_file VARCHAR(255),
thumbnail_file VARCHAR(255),
record_datetime TIMESTAMP,