You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python Infer Client](https://github.com/rabiloo/ai_infer_client) is a python inference client library. It provides one interface to interact with many types of filesystems. When you use Flysystem, you're not only protected from vendor lock-in, you'll also have a consistent experience for which ever storage is right for you.
11
+
[Python Infer Client](https://github.com/rabiloo/python-infer-client) is a python inference client library. It provides one interface to interact with many types of inference client as onnxruntime, tritonclient...
12
12
13
13
## Install
14
14
@@ -19,14 +19,16 @@ $ pip install infer-client
19
19
## Usage
20
20
21
21
```
22
-
from flysystem.adapters.local import LocalFilesystemAdapter
23
-
from flysystem.filesystem import Filesystem
22
+
import numpy as np
24
23
24
+
from infer_client.adapters.onnx import OnnxInferenceAdapter
0 commit comments