Skip to content

arslanahmad90/Gun-Detection-Using-Yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gun-Detection-Using-Yolov5

This project is and Pyqt5 based GUI application with Login and Signup interface with a detection UI.

The model was trained on 3000 images collected from kaggle.

Run

For anaconda

conda create -n GunDetection
conda activate GunDetection
pip install -r requirements.txt
python login.py

For virtual environment

pip install virtualenv
virtualenv GunDetection
cd GunDetection\Scripts
activate
##After that come back to Gun-Detection folder by using
cd ..
cd ..
pip install -r requirements.txt
python login.py


Interface

image image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published