Releases: robmarkcole/tensorflow-lite-rest-server
Releases · robmarkcole/tensorflow-lite-rest-server
Adds support for serving additional models to the default ones that are available out-of-the-box in the models folder.
Update readme
v1.0 Update README.md
Makes compatible with deepstack
Addresses an issue which was preventing compatability with deepstack
Adopt FastAPI
For speed and docs we are now using fastAPI
adds scene
Merge pull request #14 from robmarkcole/add-scene Add scene
add face detection endpoint
As title
Reorganise repo structure
Adds models directory and does some tidy up
working deepstack
deepstack requires pixel coordinates
deepstack compatible
Merge pull request #4 from robmarkcole/add-test make deepstack compatible
Correct json returned
Valid json is returned and a usage.ipynb
notebooks is added