This is API for Sea Species Detection using YoloV4
Clone the project
git clone https://github.com/Clayrisee/AquaNetDarknetGo to the project directory
cd AquaNetDarknetCreate and start API service
docker-compose upStop and remove API service
docker-compose downService: http://your-ip-address:8080
POST /predictContent-Type: multipart/form-data
| Name | Type | Description |
|---|---|---|
image |
file |
Required. image/jpeg or image/png MIME Type |
If you have any feedback, please reach out to us at ardikatamah@gmail.com


