Clone and navigate to the API, install the requirements before running the API.
git clone https://github.com/BecayeSoft/Guns-Detections-Project
cd Guns-Detections-Project/API/
pip install requirements.txt
flask run
- Add support for videos
An API that serves a YOLOv8 model to detect guns in images and videos.
This API is dockerized then deployed on AWS ECS. This allows easy scalabilty and infrastructure management.