This is a simple object detection application, which can be used to detect military objects, this app is built with the Flask framework, the Python programming language, and uses the Yolo object detection model.
This application is part of the research of the Algorithm and Computing Research Lab, developed under the guidance of Mr. Wahyono, S. Kom., Ph.D..
Following this step to run the app :
- Clone this repo
- Create a virtual environment inside the folder
- Activate the virtual environment
- Installing all requirements library using this command
pip install -r requirements.txt
- Download weight in here, and place in module/object_weight
- And App is ready to running, hit this command
flask run
Some of the main libraries that are used in this application :