Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 932 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 932 Bytes

An indigenous system design for anomaly detection from CCTV camera feed.
Check out requirement document for basic understanding of our project.

For contribution clone this repository using

git clone --depth 1 --recursive https://github.com/Hyouteki/BTP-project.git

Important

Models Maintained Directory
Anomaly detection using CNN, LSTM, Optical flow, & SNN architectures ✔️ src
Object Detection using YOLO architecture yolo
Object Detection using TensorflowLite architecture tflite
Object Detection using InceptionV3 architecture inception
Anode: Simple GUI application for tinkering with model ✔️ gui
AnodeCLI: Simple CLI application for model inference ✔️ cli