An open API service indexing awesome lists of open source software.

https://github.com/concaption/yolov3-fast-api

Just a minimal fast api that utilizes yolov3 and yolov3 tiny for detecting common objects.
https://github.com/concaption/yolov3-fast-api

flask object-detection opencv-python yolov3

Last synced: 12 months ago
JSON representation

Just a minimal fast api that utilizes yolov3 and yolov3 tiny for detecting common objects.

Awesome Lists containing this project

README

          

# YOLOv3 Flask API
![Screenshot](assets/screenshot.png)

Open in GitHub codespace and run

```
make setup
```

```
make run
```