Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,8 @@ A few examples of generated topics:
|
|
| 21 |
To use this model, please install BERTopic:
|
| 22 |
|
| 23 |
```
|
| 24 |
-
pip install -U bertopic
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
You can use the model as follows:
|
|
|
|
| 21 |
To use this model, please install BERTopic:
|
| 22 |
|
| 23 |
```
|
| 24 |
+
pip install -U bertopic[vision]
|
| 25 |
+
pip install -U safetensors
|
| 26 |
```
|
| 27 |
|
| 28 |
You can use the model as follows:
|