Note: This example requires Pillow
and numpy
Download the model here
wget https://huggingface.co/qualcomm/ResNet50/resolve/main/ResNet50.tflite
Run the model
python ./resnet.py
Run against a different image
IMG="./gorilla.jpg" python ./resnet.py