From 0ec5ef451e2fdd3462148ce9d0d8f079090f3026 Mon Sep 17 00:00:00 2001 From: Dongjie Shi Date: Thu, 28 Jul 2022 08:41:28 +0800 Subject: [PATCH] add several shields to BigDL (#5212) * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields * add license shields --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9db7f095..9122c138 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,19 @@ --- +[![license](https://img.shields.io/github/license/intel-analytics/BigDL)](https://github.com/intel-analytics/BigDL/blob/main/LICENSE) +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B32229%2Fgithub.com%2Fintel-analytics%2FBigDL.svg?type=shield)](https://app.fossa.com/projects/custom%2B32229%2Fgithub.com%2Fintel-analytics%2FBigDL?ref=badge_shield) +[![commits](https://img.shields.io/github/commit-activity/m/intel-analytics/BigDL)](https://github.com/intel-analytics/BigDL/pulse) +[![last commit](https://img.shields.io/github/last-commit/intel-analytics/BigDL)](https://github.com/intel-analytics/BigDL/commit/main) +[![contributors](https://img.shields.io/github/contributors/intel-analytics/BigDL)](https://github.com/intel-analytics/BigDL/graphs/contributors) +[![code size](https://img.shields.io/github/languages/code-size/intel-analytics/BigDL)](https://github.com/intel-analytics/BigDL) +[![docker pull](https://img.shields.io/docker/pulls/intelanalytics/analytics-zoo)](https://hub.docker.com/u/intelanalytics) +[![pypi downloads](https://img.shields.io/pypi/dm/BigDL?label=pypi%20downloads)](https://pypi.org/project/bigdl/) +[![pypi python](https://img.shields.io/pypi/pyversions/BigDL)](https://pypi.org/project/bigdl/) +[![nightly build](https://img.shields.io/github/workflow/status/intel-analytics/BigDL/Nightly%20Build%20Maven%20Publish%20Scala?label=nightly%20build)](https://github.com/intel-analytics/BigDL/actions/workflows/maven-publish-scala.yml) +[![nexus release](https://img.shields.io/nexus/r/com.intel.analytics.bigdl/bigdl-parent-spark_3.1.2?label=release&server=https%3A%2F%2Foss.sonatype.org%2F)](https://repo1.maven.org/maven2/com/intel/analytics/bigdl/bigdl-assembly-spark_3.1.2/) +[![nexus snapshot](https://img.shields.io/nexus/s/com.intel.analytics.bigdl/bigdl-parent-spark_3.1.2?label=snapshot&server=https%3A%2F%2Foss.sonatype.org%2F)](https://oss.sonatype.org/content/repositories/snapshots/com/intel/analytics/bigdl/bigdl-assembly-spark_3.1.2/) + BigDL makes it easy for data scientists and data engineers to build end-to-end, distributed AI applications. The **BigDL 2.0** release combines the [original BigDL](https://github.com/intel-analytics/BigDL/tree/branch-0.14) and [Analytics Zoo](https://github.com/intel-analytics/analytics-zoo) projects, providing the following features: * [DLlib](#getting-started-with-dllib): distributed deep learning library for Apache Spark *(i.e., the original BigDL framework with Keras-style API and Spark ML pipeline support)*