Skip to content
/ anode Public

An indigenous system design for anomaly detection from CCTV camera feed

License

Notifications You must be signed in to change notification settings

hyouteki/anode

Repository files navigation

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