How to install tflite runtime in Windows machine?

I am having a doubt is tflite runtime available on windows machines.
If yes please guide me for the installation.

The tflite-runtime Python wheels are pre-built and provided for these platforms:

  • Linux armv7l (e.g. Raspberry Pi 2, 3, 4 and Zero 2 running Raspberry Pi OS 32-bit)
  • Linux aarch64 (e.g. Raspberry Pi 3, 4 running Debian ARM64)
  • Linux x86_64

If you want to run TensorFlow Lite models on other platforms, you should either use the full TensorFlow package, or build the tflite-runtime package from source. Thank you.

1 Like