https://github.com/mattn/crow-tflite-object-detect
Object detection API server using crow webserver and TensorFlow Lite.
https://github.com/mattn/crow-tflite-object-detect
api-server crow object-detection tensorflow-lite
Last synced: 6 months ago
JSON representation
Object detection API server using crow webserver and TensorFlow Lite.
- Host: GitHub
- URL: https://github.com/mattn/crow-tflite-object-detect
- Owner: mattn
- Created: 2019-06-30T13:34:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T14:59:41.000Z (over 6 years ago)
- Last Synced: 2025-02-14T05:45:19.256Z (8 months ago)
- Topics: api-server, crow, object-detection, tensorflow-lite
- Language: C++
- Homepage:
- Size: 2.89 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crow-tflite-object-detect
Object detection API server using crow webserver.
## Usage
```
$ curl -X POST http://localhost:8888/upload -F "file=@grace_hopper.png;type=image/png"
[{"label":"bow tie","index":458,"probability":0.996078}]
```## Requirements
* TensorFlow Lite
* OpenCV4## Installation
```
$ make
```## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)