Are Home CCTV Security Systems able to provide useful real-time Threat Alerts by combing Motion Detection and Facial Recognition?
To run this project you must have the required prerequisites:
git clone https://github.coventry.ac.uk/eggintod/303COM.git
npm i
Sit back and have a cuppa ☕ this may take some time, OpenCV will take some time to build in your node_modules
folder.
npm run start
The Docker docker demon should be running so MongoDB instances can be created.
npm run logs:view
Logs are written to /logs/events.log
,
npm run logs:clear
This project is released under the MIT license. Feel free to do ask you wish. You may fine some of the following tips useful while hacking around inside this source code:
npn run start:dev
Starts the system using nodemon, a helping hand that watched for changes to *.js
files and restarts your node for you.
npm run start:dev:webcam
Attach your bult-in webcam to the system.