Instructions to use SCANSKY/BERTopic-Tourism-English with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use SCANSKY/BERTopic-Tourism-English with BERTopic:
from bertopic import BERTopic model = BERTopic.load("SCANSKY/BERTopic-Tourism-English") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bertopic
|
| 2 |
+
scikit-learn
|
| 3 |
+
torch
|