Add test,codecov,pypi status badges to README (#852)

This commit is contained in:
kiukchung 2023-09-07 21:22:08 +00:00 committed by Francois Chollet
parent d050a25256
commit c907feec51

@ -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: A new multi-backend Keras
Keras Core is a new multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch. Keras Core is a new multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.