An indigenous system design for anomaly detection from CCTV camera feed.
Check out requirement document for basic understanding of our project.
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 |