From d88a1529b6ad2866a758ebbc73459dd3ef9a8877 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Wed, 30 Oct 2019 11:28:29 +0900 Subject: [PATCH] [README] Add a badge representing a license of this project This patch adds a badge representing a license of this project. The badge is generated via https://shields.io/category/license. Signed-off-by: Wook Song --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 217b49b..3320b4b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # OpenEmbedded layer for NNStreamer and Neural Network Frameworks -This layer provides OFFICIAL support for [NNStreamer](https://github.com/nnsuite/nnstreamer) and UNOFFICIAL support for its related neural network frameworks including Tensorflow, Tensorflow-lite, Caffe/Caffe2 (TBD), PyTorch (TBD), and so on. +[![License](https://img.shields.io/github/license/nnsuite/meta-neural-network?style=plastic)](https://github.com/nnsuite/meta-neural-network/blob/master/LICENSE) +This layer provides OFFICIAL support for [NNStreamer](https://github.com/nnsuite/nnstreamer) and UNOFFICIAL support for its related neural network frameworks including Tensorflow, Tensorflow-lite, Caffe/Caffe2 (TBD), PyTorch (TBD), and so on. -# Dependencies +## Dependencies - URI: git://git.openembedded.org/openembedded-core - branch: master