File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
33![ tensorflow-lite-raspberrypi] ( https://i.ibb.co/T43zRmZ/tensorflow-lite-raspberrypi.png )
44
5- Precompiled ** TensorFlow Lite 2.6 .0** binaries for ** Raspberry Pi 3 & 4** .
5+ Precompiled ** TensorFlow Lite 2.7 .0** binaries for ** Raspberry Pi 3 & 4** .
66Read the following [ blog post] ( https://lindevs.com/install-precompiled-tensorflow-lite-on-raspberry-pi ) for additional information.
77
88## Supported features
@@ -30,12 +30,19 @@ Tested on Raspberry Pi 4 Model B (8 GB).
3030
3131## Install
3232
33- * ` wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb `
34- * ` sudo apt install -y ./tensorflow-lite.deb `
33+ ``` shell
34+ wget https://github.com/prepkg/tensorflow-lite-raspberrypi/releases/latest/download/tensorflow-lite.deb
35+ ```
36+
37+ ``` shell
38+ sudo apt install -y ./tensorflow-lite.deb
39+ ```
3540
3641## Uninstall
3742
38- * ` sudo apt purge --autoremove -y tensorflow-lite `
43+ ``` shell
44+ sudo apt purge --autoremove -y tensorflow-lite
45+ ```
3946
4047## Debian Package
4148
You can’t perform that action at this time.
0 commit comments