Skip to content

Commit 0127789

Browse files
committed
Update README.md
1 parent 9e9b0a7 commit 0127789

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,32 @@
22

33
[![Release](https://jitpack.io/v/tadayosi/torchserve-client-java.svg)](<https://jitpack.io/tadayosi/torchserve-client-java>)
44
[![Test](https://github.com/tadayosi/torchserve-client-java/actions/workflows/test.yml/badge.svg)](https://github.com/tadayosi/torchserve-client-java/actions/workflows/test.yml)
5+
6+
TorchServe Client for Java is a Java client library for [TorchServe](https://pytorch.org/serve/index.html).
7+
8+
## Install
9+
10+
1. Add the JitPack repository to your `pom.xml`:
11+
12+
```xml
13+
<repositories>
14+
<repository>
15+
<id>jitpack.io</id>
16+
<url>https://jitpack.io</url>
17+
</repository>
18+
</repositories>
19+
```
20+
21+
2. Add the dependency:
22+
23+
```xml
24+
<dependency>
25+
<groupId>com.github.tadayosi</groupId>
26+
<artifactId>torchserve-client-java</artifactId>
27+
<version>main-SNAPSHOT</version>
28+
</dependency>
29+
```
30+
31+
## Usage
32+
33+
See [examples](./examples/).

0 commit comments

Comments
 (0)