Skip to content

Yocto layer for TensorFlow Lite interpreter with Python.

License

Notifications You must be signed in to change notification settings

isabella232/meta-tensorflow-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-tensorflow-lite (build pip package)

Yocto layer for the TensorFlow Lite interpreter with Python.

The official website is:

Reference

How to

Quick start for the Raspberry Pi AArch64 (core-image-weston)

# Clone repositories and oe-init-build-env
$ git clone git://git.yoctoproject.org/poky.git
$ git clone git://git.yoctoproject.org/meta-raspberrypi
$ git clone git://git.openembedded.org/meta-openembedded
$ git clone https://github.com/NobuoTsukamoto/meta-tensorflow-lite.git
$ source poky/oe-init-build-env rpi-build

# Add layer
$ bitbake-layers add-layer ../meta-openembedded/meta-oe/
$ bitbake-layers add-layer ../meta-openembedded/meta-python/
$ bitbake-layers add-layer ../meta-openembedded/meta-networking/
$ bitbake-layers add-layer ../meta-openembedded/meta-multimedia/
$ bitbake-layers add-layer ../meta-raspberrypi/
$ bitbake-layers add-layer ../meta-tensorflow-lite/

# Add the package to 'conf/local.conf' file. 
  MACHINE ?= "raspberrypi4-64"
  IMAGE_INSTALL_append = " python3-tensorflow-lite"

# Build
$ bitbake core-image-weston

Notes

  • Check only raspberrypi4-64 (aarch64) and raspberrypi4 (armv7l)

About

Yocto layer for TensorFlow Lite interpreter with Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 100.0%