tensorflow-lite-rest-server
tensorflow-lite-rest-server copied to clipboard
Expose tensorflow-lite models via a rest API using FastAPI
I am trying to expose my tflite image classification to web API but I keep getting the error message from fast API which says detail": "cannot set tensor: got value...
https://github.com/ricardodeazambuja/ALPR-EdgeTPU-RPI0
See https://github.com/edeltech/tensorflow-lite-on-aws-lambda
https://blog.tensorflow.org/2022/01/on-device-one-shot-learning-for-image.html
see https://github.com/ultralytics/yolov5/pull/1127
https://www.tensorflow.org/lite/guide/model_maker
https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb
https://sqlmodel.tiangolo.com/tutorial/fastapi/simple-hero-api/
Is the USB stick not supported (Why not?)? Will the (optional?) support come in the future?
``` Sending build context to Docker daemon 32.21MB Step 1/8 : FROM python:3.7 ---> bce1d0912414 Step 2/8 : EXPOSE 5000 ---> Using cache ---> bd64f5211bc2 Step 3/8 : WORKDIR /app...