Giter Club home page Giter Club logo

saqib727 / intelligent-surveillance-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 34.25 MB

Intelligent-surveillance-system aims to Detect the Object Detection, Crash Detection, Social Distance Detection and Fall Detection.

Python 6.74% Dockerfile 0.01% Shell 0.45% JavaScript 1.57% HTML 0.02% CSS 0.51% CMake 1.35% Makefile 0.25% PowerShell 0.46% C++ 13.76% C 60.03% Batchfile 0.15% Cuda 14.71%
crashdetector falldetection object-detection social-media tensorflow yolov4 ivss

intelligent-surveillance-system's Introduction

Intelligent Surveillance System with Darknet YOLO

##Overview

This project demonstrates a real-time intelligent surveillance system that harnesses the power of Darknet YOLO for object detection, crash detection, social distancing monitoring, fall detection, and email alerts. It integrates Python, C, React, Flask, and the YOLOv4 model to deliver a comprehensive solution.

##Key Features

  • Live Object Detection: Detects objects in live video feeds using Darknet YOLOv4.
  • Crash Detection: Identifies potential crashes or collisions in real-time.
  • Social Distancing Monitoring: Measures distances between people to enforce social distancing guidelines.
  • Fall Detection: Detects falls, especially among vulnerable individuals.
  • Email Alerts: Sends notifications via email to designated recipients when specific events are detected.

## Technology Stack

  • Python: Backend logic, model integration, and email functionality.
  • C: Darknet YOLOv4 model implementation.
  • React: User interface for viewing live camera feeds and detections.
  • Flask: Web framework for serving the React frontend and handling API requests.

## Project Structure

darknet/build/darknet/x64/
├── backend/   # Python backend code
│   ├── app.py  # Flask application
│   ├── models/ # Object detection models
│   └── utils/  # Utility functions
├── frontend/  # React frontend code
│   ├── ivss/
│   └── public/
├── darknet/   # Darknet YOLOv4 framework
└──  # Project dependencies

To Run the Yolov4 Using Darknet as for this Project, You Need to Install Cmake, CUDNN, CUDA, Opencv and NVIDIA GPU.

#Setup

  1. Clone this repository.
  2. Install dependencies: pip install -r requirements.txt
  3. Build Darknet: Follow the official Darknet build instructions.
  4. Download pre-trained YOLOv4 weights: Place them in the models directory.

#Running the System

  1. Start the backend: python backend/app.py
  2. Start the frontend: cd ivss && npm run dev

#Usage

  1. Access the web interface at http://localhost:5000 (or the specified port).
  2. Observe live camera feeds with detections.
  3. Configure email settings for alerts.

#Additional Features

  • Customizable Detection Classes: Adjust the model to detect specific objects of interest.
  • Configurable Alert Thresholds: Fine-tune the sensitivity of detection triggers.
  • Video Archiving: Store recorded footage for later review.

#Contributing

We welcome contributions! Please refer to the contribution guidelines for details.

#License

This project is licensed under the MIT License.

intelligent-surveillance-system's People

Contributors

saqib727 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.