Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 319 Bytes

Video-Surveillance-System

Standalone desktop application for video analysis of security cameras with automated scene/object detection from video files.

How to Run

Install dependencies using:

npm i
cd backend
pip install -r requirements.txt

For running the App

npm start
npm run electron-start