From c907feec519deb48e91cd1a72a5f3ac559699792 Mon Sep 17 00:00:00 2001 From: kiukchung <43595115+kiukchung@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:22:08 +0000 Subject: [PATCH] Add test,codecov,pypi status badges to README (#852) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7960b6b12..6f26b5b60 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![](https://github.com/keras-team/keras-core/workflows/Tests/badge.svg?branch=main)](https://github.com/keras-team/keras-core/actions?query=workflow%3ATests+branch%3Amain) +[![](https://codecov.io/gh/keras-team/keras-core/branch/main/graph/badge.svg)](https://codecov.io/gh/keras-team/keras-core) +[![](https://badge.fury.io/py/keras-core.svg)](https://badge.fury.io/py/keras-core) + # Keras Core: A new multi-backend Keras Keras Core is a new multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.