lynn-twinkl commited on
Commit ·
e4b5039
1
Parent(s): 5f16d94
joblib
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.5.0
|
| 2 |
+
bertopic==0.16.4
|
| 3 |
+
contractions==0.1.73
|
| 4 |
+
joblib==1.5.0
|
| 5 |
+
langchain_core==0.3.60
|
| 6 |
+
langchain_openai==0.3.17
|
| 7 |
+
nltk==3.9.1
|
| 8 |
+
numpy==2.2.5
|
| 9 |
+
openai==1.79.0
|
| 10 |
+
pandas==2.2.3
|
| 11 |
+
python-dotenv==1.1.0
|
| 12 |
+
scikit_learn==1.6.1
|
| 13 |
+
sentence_transformers==4.1.0
|
| 14 |
+
spacy==3.8.4
|
| 15 |
+
streamlit==1.42.2
|
| 16 |
+
streamlit_extras==0.7.1
|
| 17 |
+
torch==2.7.0
|
| 18 |
+
tqdm==4.67.1
|
| 19 |
+
tqdm==4.66.6
|