Skip to content

Commit ffb34b9

Browse files
committed
better ponctuation
1 parent c038e7c commit ffb34b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
This repository contains the official python client for [ISquare](isquare.ai) deploy. It is available under the form of python classes which are ready to use in your code, as well as a command-line-interface. We currently support inference with image, text & json files, as well as any numpy array or python dictionnary or string, both for input and output.
55

6-
The complete documentation for ISquare can be found [here](docs.isquare.ai)
6+
The complete documentation for ISquare can be found [here](docs.isquare.ai).
77

88
## Installation
99

1010
### From pip
1111

12-
TODO when public
12+
TODO when public.
1313

1414
### From source
1515

@@ -29,7 +29,7 @@ The client can be used to verify your model build (e.g. checking if they will pr
2929

3030
Commands and their usage are described [here](docs/commands.md).
3131

32-
End-to-end guidelines on the code adaptation required to deploy a model on isquare.ai can be found [here](docs/isquare_tutorial.md)
32+
End-to-end guidelines on the code adaptation required to deploy a model on isquare.ai can be found [here](docs/isquare_tutorial.md).
3333

3434
## Examples
3535

@@ -69,5 +69,5 @@ inference_client = I2Client(url,access_key)
6969
success, output = inference_client.inference(img)[0]
7070
```
7171

72-
A more complex example, showing how to stream a camera to your model, can be found [here](examples/webcam_stream.py)
72+
A more complex example, showing how to stream a camera to your model, can be found [here](examples/webcam_stream.py).
7373

0 commit comments

Comments
 (0)