Raspberry Pi image searcher, based on Tensorflow lite

05/09/2022
raspberry pi
Introduce an image search platform based on Tensorflow lite target detection that can be deployed on Raspberry Pi.
  • Search images based on URL connection
  • Search for images based on uploaded images
raspberry pi
raspberry pi

environmental needs

  • numpy==1.16.2
  • Flask>=1.0.0
  • requests==2.22.0
  • Pillow>=6.2.0
  • Google Edge TPU or Tensorflow Lite ( deployment instructions )

Instructions

The platform is based on flask, a lightweight WSGI web framework, which can be run with just one line of command:
1
python3 server.py
Then visit //127.0.0.1:5000  (Port 5000 of Raspberry Pi) through a browser .
If you are using a USB accelerator, please refer to the object detection section of compiling Tensorflow Lite on Raspberry Pi here .