Skip to content

Commit 36f708a

Browse files
committed
update README.md
1 parent a015a1d commit 36f708a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Before using our SDK make sure you have installed CompreFace and Python on your
3737

3838
### CompreFace compatibility matrix
3939

40-
| CompreFace Python SDK version | CompreFace 0.4.x | CompreFace 0.5.x |
41-
| ------------------------------| ---------------- | ---------------- |
42-
| 0.1.0 || |
40+
| CompreFace Python SDK version | CompreFace 0.5.x |
41+
| ------------------------------| ---------------- |
42+
| 0.1.0 ||
4343

4444

4545
## Installation
@@ -68,6 +68,7 @@ However, before recognizing you need first to add faces into the face collection
6868
```python
6969
from compreface import CompreFace
7070
from compreface.service import RecognitionService
71+
from compreface.collections import FaceCollection
7172

7273
DOMAIN: str = 'http://localhost'
7374
PORT: str = '8000'

0 commit comments

Comments
 (0)