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.
- Host: GitHub
- URL: https://github.com/concaption/yolov3-fast-api
- Owner: concaption
- Created: 2023-09-13T23:41:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T02:19:48.000Z (over 2 years ago)
- Last Synced: 2025-04-28T11:17:02.427Z (12 months ago)
- Topics: flask, object-detection, opencv-python, yolov3
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YOLOv3 Flask API

Open in GitHub codespace and run
```
make setup
```
```
make run
```