File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# TeiaCareInferenceClient
2+
23Welcome 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
1018git clone https://github.com/TeiaCare/TeiaCareInferenceClient.git --recursive
1119```
You can’t perform that action at this time.
0 commit comments