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

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.

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)