Skip to content

WFeng7/sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel

Sentinel is an AI system that turns live traffic camera footage into real-time incident alerts and structured reports. Instead of waiting for someone to call 911 or manually monitor dozens of screens, Sentinel continuously watches roadway video, detects abnormal patterns like sudden stops or collisions, and determines whether an accident has likely occurred. When it detects a high-risk event, it automatically analyzes the scene, generates a structured incident summary, and sends it to operators for immediate dispatch, saving critical minutes when every second can mean the difference between life and death.

image

Prereqs

  • Node.js 18+
  • Python 3.10+

Setup

  1. Install root dev tooling (concurrently):
npm install
  1. Install frontend deps:
npm --prefix frontend install
  1. Create and activate a Python venv, then install backend deps:
python -m venv backend/.venv
source backend/.venv/bin/activate
pip install -r backend/requirements.txt

Run

From repo root:

npm run dev

About

Hack@Brown 2026

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors