Welcome to the Weapon Detection System project! This repository implements an object detection-based weapon alert system for detecting knives and guns, accessible via a web interface.
This project aims to develop a robust weapon detection system utilizing advanced object detection algorithms. By leveraging both the SSD V2 and YOLO V3 architectures, the system achieves high accuracy in detecting weapons, ensuring safety and security in various environments.
To set up the project locally, follow these steps:
Clone the repository: ```bash git clone https://github.com/VedantDhamale/Weapon_Detection_System.git
To run the weapon detection system, start the Flask application:: ```bash python main.py