Object detection API server using crow webserver.
$ curl -X POST http://localhost:8888/upload -F "file=@grace_hopper.png;type=image/png"
[{"label":"bow tie","index":458,"probability":0.996078}]
- TensorFlow Lite
- OpenCV4
$ make
MIT
Yasuhiro Matsumoto (a.k.a. mattn)