Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ ONNX export version of [v2ray/deepgelbooru](https://huggingface.co/v2ray/deepgel
|
|
18 |
You can use this in [dghs-imgutils](https://github.com/deepghs/imgutils) library, with the following code.
|
19 |
|
20 |
```python
|
|
|
21 |
from imgutils.tagging import get_deepgelbooru_tags
|
22 |
|
23 |
rating, features, chars = get_deepgelbooru_tags('skadi.jpg')
|
|
|
18 |
You can use this in [dghs-imgutils](https://github.com/deepghs/imgutils) library, with the following code.
|
19 |
|
20 |
```python
|
21 |
+
# pip install dghs-imgutils>=0.10.0
|
22 |
from imgutils.tagging import get_deepgelbooru_tags
|
23 |
|
24 |
rating, features, chars = get_deepgelbooru_tags('skadi.jpg')
|