-1

from tensorflow import keras Traceback (most recent call last):

File "", line 1, in from tensorflow import keras

ImportError: cannot import name 'keras' from 'tensorflow' (unknown location)enter image description here

1 Answers1

1

Install Tensorflow lite on Raspberry pi.

TensorFlow Lite with Python is great for embedded devices based on Linux, such as Raspberry Pi.

python3 -m pip install tflite-runtime

Follow the instructions mentioned https://www.tensorflow.org/lite/guide/python