UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://ml-nexus.vercel.app/
MIT License
69 stars 122 forks source link

Real-Time Suspicious Activity Detection System for Retail Stores #131

Open UppuluriKalyani opened 1 month ago

UppuluriKalyani commented 1 month ago

This project leverages computer vision and deep learning to detect suspicious activities within retail stores.

Input: The input consists of real-time video feeds from surveillance cameras placed within the store. The system processes frames of the video, detecting people and their movements.

Processing: The video frames are analyzed using object detection algorithms, human posture recognition, and behavior prediction models. The system assigns probabilities to various actions (e.g., walking, standing, putting items in pockets) using deep learning techniques to recognize suspicious behavior.

Output: The output is an annotated video feed with bounding boxes around individuals, accompanied by labels and probability scores indicating detected actions (e.g., "Walking: 75.73%", "Item in pocket: 77%"). This allows store managers to monitor activities and flag potential theft or unusual behavior in real-time. Screenshot_20241007_175722_LinkedIn

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. Your contributions are highly appreciated! 😊

Pranshu-jais commented 1 month ago

@UppuluriKalyani please assign this issue to me

UppuluriKalyani commented 1 month ago

@Pranshu-jais proceed!

JahnaviDhanaSri commented 1 month ago

Hi @UppuluriKalyani,

I am very interested in contributing to this project on real-time suspicious activity detection! The integration of computer vision and deep learning for retail security is a compelling challenge, and I have experience with object detection and behavior analysis using deep learning techniques. I believe I can effectively help implement the algorithms and features needed for this system.

Could you please assign this issue to me?

github-actions[bot] commented 3 weeks ago

Hey @Pranshu-jais, can you share the progress of this project?