Precompiled TensorFlow Lite 2.20.0 binaries for Raspberry Pi 3 & 4. Read the following blog post for additional information.
- NEON optimization
 - VFPv4 optimization
 - XNNPACK delegate
 - Ruy matrix multiplication library
 - MMAP-based allocation
 - C and C++ APIs
 - Python 3 bindings
 
- Raspberry Pi 3 Model A+
 - Raspberry Pi 3 Model B+
 - Raspberry Pi 4 Model B
 
Tested on Raspberry Pi 4 Model B (8 GB).
- Raspberry Pi OS Bookworm 64-bit
 
wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite_64.debsudo apt install -y ./tensorflow-lite_64.debsudo apt purge --autoremove -y tensorflow-liteDebian package contains the following shared libraries:
| Library | Description | 
|---|---|
| libtensorflowlite_c.so | C API to access TensorFlow Lite interpreter and perform an inference | 
| libtensorflow-lite.so | C++ API to access TensorFlow Lite interpreter and perform an inference | 
