File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ tensorflow-lite-raspberrypi] ( https://i.ibb.co/T43zRmZ/tensorflow-lite-raspberrypi.png )
4
4
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** .
6
6
Read the following [ blog post] ( https://lindevs.com/install-precompiled-tensorflow-lite-on-raspberry-pi ) for additional information.
7
7
8
8
## Supported features
@@ -30,12 +30,19 @@ Tested on Raspberry Pi 4 Model B (8 GB).
30
30
31
31
## Install
32
32
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
+ ```
35
40
36
41
## Uninstall
37
42
38
- * ` sudo apt purge --autoremove -y tensorflow-lite `
43
+ ``` shell
44
+ sudo apt purge --autoremove -y tensorflow-lite
45
+ ```
39
46
40
47
## Debian Package
41
48
You can’t perform that action at this time.
0 commit comments