Skip to content

Commit 6c0f698

Browse files
Update README.md
1 parent 13f9938 commit 6c0f698

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# TeiaCareInferenceClient
2+
23
Welcome to TeiaCareInferenceClient!
34

45
*TeiaCareInferenceClient* is a C++ inference client library that implements KServe protocol.
56

7+
[![Docs](https://img.shields.io/badge/Docs-TeiaCareInferenceClient-white.svg)](https://teiacare.github.io/TeiaCareInferenceClient/md_README.html)
8+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/dcb5cf32538040209d16b856bd432a21)](https://app.codacy.com/gh/TeiaCare/TeiaCareInferenceClient/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
9+
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/dcb5cf32538040209d16b856bd432a21)](https://app.codacy.com/gh/TeiaCare/TeiaCareInferenceClient/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
10+
611
![TeiaCareInferenceClient](https://socialify.git.ci/TeiaCare/TeiaCareinferenceclient/image?description=1&font=Raleway&name=1&pattern=Solid&theme=Auto)
712

813
## Getting Started
14+
15+
This project uses git submodules so it is required to clone it using the *--recursive* flag in order to retrive the required submodules.
16+
917
```bash
1018
git clone https://github.com/TeiaCare/TeiaCareInferenceClient.git --recursive
1119
```

0 commit comments

Comments
 (0)