Spaces:
Running
Running
darkisz
commited on
Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beautifulsoup4
|
| 2 |
+
elasticsearch
|
| 3 |
+
nltk
|
| 4 |
+
python-dotenv
|
| 5 |
+
pyspellchecker
|
| 6 |
+
requests
|
| 7 |
+
sentence-transformers
|
| 8 |
+
streamlit
|
| 9 |
+
together
|
| 10 |
+
torch
|
| 11 |
+
tiktoken
|