robmarkcole / tensorflow-lite-rest-server

Expose tensorflow-lite models via a rest API using FastAPI
Apache License 2.0
76 stars 21 forks source link

Implement scene recognition #8

Closed robmarkcole closed 4 years ago

robmarkcole commented 4 years ago

https://deepstackpython.readthedocs.io/en/latest/scenerecognition.html

Useful for deploying custom image classification -> https://keras.io/examples/vision/image_classification_from_scratch/

robmarkcole commented 4 years ago

see https://github.com/tensorflow/examples/blob/master/lite/examples/image_classification/raspberry_pi/classify_picamera.py

robmarkcole commented 4 years ago

done