aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo
AgeCommit message (Collapse)Author
2019-08-09python-grpc-google-iam-v1: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-googleapis-common-protos: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-cloud-bigtable: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-cloud-core: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-auth: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-google-api-core: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-flask-socketioYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-socketio: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-engineio: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-cachetools: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09python-tqdm: add recipeYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09nmt: integrate nmt into meta-tensorflowChangqing Li
add nmt into meta-tensorflow, support vi-en tranlation Signed-off-by: Changqing Li <changqing.li@windriver.com>
2019-08-09face-detection: tweak position of shebangHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09fix typoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09add WR's copyright for the demoHongxu Jia
It is still based on MIT license, but the files should include a Wind River copyright. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add README-wrl.md to introduce how to run demo in Wind River LinuxHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: add missing meta-yocto-bsp layer for Intel NUC bspHongxu Jia
The supportetd MACHINE in meta-yocto-bsp is genericx86-64 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
The demo does not train a model from scratch, it retrains from an existed model. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: add upstream link of `TensorFlow for poets 2'Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add README.md to introduce demoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add jpg and gif for demo README.mdHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09Add a X11 image to run tensorflow demoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09face-detection: add 0.1Hongxu Jia
Require hardware: - genericx86-64 bsp; - usb webcam; Require softwre: - OpenCV - TensrFlow/TensorFlow Lite - The usb webcam kernel driver Provide function: - collect_face: start camera to collect and label human face images for retraining. - recognize_face: start camera and inference through tensorflow lite model to recognize human face The opencv code refers: https://docs.opencv.org/3.4.5/d7/d8b/tutorial_py_face_detection.html - Save avi video from usb webcam Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09create sub layer meta-demoHongxu Jia
The demo recipe requires extra layers which is not necessary for meta-tensorflow, so create a new sub layer meta-demo Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>