Instructions to use MaartenGr/BERTopic_Multimodal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use MaartenGr/BERTopic_Multimodal with BERTopic:
from bertopic import BERTopic model = BERTopic.load("MaartenGr/BERTopic_Multimodal") - Notebooks
- Google Colab
- Kaggle
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:
|