Skip to content

Automated merge - qualcomm/Startup-Demos:feature_rel_20260727_111249 -> qualcomm/Startup-Demos:main - #315

Closed
Jethin Sekhar R (smartcoder00) wants to merge 5 commits into
mainfrom
feature_rel_20260727_111249
Closed

Automated merge - qualcomm/Startup-Demos:feature_rel_20260727_111249 -> qualcomm/Startup-Demos:main#315
Jethin Sekhar R (smartcoder00) wants to merge 5 commits into
mainfrom
feature_rel_20260727_111249

Conversation

@smartcoder00

Copy link
Copy Markdown
Contributor

Automated merge via script.

github-actions Bot and others added 5 commits June 17, 2026 21:01
-Run dual-camera detection with SQLite event logging
-LLM performs NL2SQL querying and JSON-based rule engine triggers real-time alerts
-Provide browser-based dashboard with live camera preview, LLM chat, rule management, and alert notifications
-CV pipeline and UI run as separate processes

Signed-off-by: Tu(Temp), Hua huatu@qti.qualcomm.com
-Run dual-camera detection with SQLite event logging 
-LLM performs NL2SQL querying and JSON
-based rule engine triggers real-time alerts 
-Provide browser-based dashboard with live camera preview, LLM chat,
rule management, and alert notifications
-CV pipeline and UI run as separate processes
conn.execute("PRAGMA journal_mode=WAL;")
# Attach alerts DB so SQL can reference alert_db.alerts
if alerts_path:
conn.execute(f"ATTACH DATABASE '{alerts_path}' AS alert_db;")
conn.execute("PRAGMA journal_mode=WAL;")
# Attach alerts DB so SQL can reference alert_db.alerts
if alerts_path:
conn.execute(f"ATTACH DATABASE '{alerts_path}' AS alert_db;")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants