Skip to content

Object detection API server using crow webserver and TensorFlow Lite.

Notifications You must be signed in to change notification settings

mattn/crow-tflite-object-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Object detection API server using crow webserver and TensorFlow Lite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published