Skip to content

Streamlit Webapp that connects to all cameras connected to the system and monitors them realtime for weapon detection and alerts the user about the same, similar to my other model but this is deployed using streamlit instead of flask

Notifications You must be signed in to change notification settings

vygodisgreat/yolov8-security-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolov8 weapon detection (security surviellance) webapp

the model yolov8sbest.pt is trained using roboflow and colab and used here for inference.

the streamlit application is launched on the local server and shows available cameras for surviellance.

activate virtual environment with the said dependencies and then run the webapp by streamlit run app.py in the main directory.

each camera calls the process method from the base file and will save images with confidence>0.6 and 5 continuous frames in user directory.

alt text

alt text

About

Streamlit Webapp that connects to all cameras connected to the system and monitors them realtime for weapon detection and alerts the user about the same, similar to my other model but this is deployed using streamlit instead of flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages