1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add precise-lite support + all dependencies for it.

(No TFlite_runtime package included as of yet)
This commit is contained in:
Peter Steenbergen
2021-09-23 14:55:05 +02:00
parent 014bbf9653
commit 987755a337
35 changed files with 346 additions and 4 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-tflit
#
################################################################################
PYTHON_TFLIT_VERSION = 0.1.2
PYTHON_TFLIT_SOURCE = tflit-$(PYTHON_TFLIT_VERSION).tar.gz
PYTHON_TFLIT_SITE = https://files.pythonhosted.org/packages/34/e2/cda67aa652074f760c9aa3e17929224a9b3c42187256c8cf366908ce3c34
PYTHON_TFLIT_SETUP_TYPE = setuptools
$(eval $(python-package))