Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 669 Bytes

File metadata and controls

36 lines (23 loc) · 669 Bytes

Weapon Detect And Censor

This project will detect weapon include gun and knife in image base on yolov5 image detection then blur and anonymize the area in bounding box

Demo

🌏 https://weaponcensor-9pc3aoetmkwwamk98mq3jw.streamlit.app/

Example

Original Image

Screenshot

Detect Image

Screenshot

Censor Image

Screenshot

LayerCAM

Screenshot

Getting Started

Installing

pip install -r requirements.txt

Run program with web interface

cd Deploy
streamlit run app.py