Spaces:
Running
Running
feat(app): add requirements.txt for project dependencies
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
scikit-learn
|
5 |
+
sentence-transformers
|
6 |
+
faiss-cpu
|
7 |
+
huggingface_hub
|
8 |
+
torch
|