8000 GitHub - theos-ai/gun-detection: Gun Detection System for Security Cameras built using YOLOv7 in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

theos-ai/gun-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gun Detection System

Gun Detection System Made by Theos AI

This is a Gun Detection System built using YOLOv7 in Python, made with ❤️ by Theos AI.

Don't forget to read the Blog Post and watch the YouTube Video!

Make sure you have a camera connected to your computer, then run the following commands to start detecting guns.

Install all the dependencies

pip install -r requirements.txt

Copy and paste your Theos deployment URL inside run.py

URL = '<your-deployment-url>'

Start the program

python run.py
0