Skip to content

Files

Latest commit

42fbc4d · Apr 28, 2023

History

History
This branch is up to date with BecayeSoft/Gun-Detection-Project:main.

API

Gun-Detection-API

Usage

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

TODO

  • 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.

image