Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.27.0
|
2 |
+
pandas==2.0.3
|
3 |
+
numpy==1.25.2
|
4 |
+
torch==2.0.1
|
5 |
+
transformers==4.31.0
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
tqdm==4.65.0
|
8 |
+
nltk==3.8.1
|
9 |
+
scikit-learn==1.3.0
|
10 |
+
plotly==5.16.1
|