Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
tensorflow
|
5 |
+
tf-keras
|
6 |
+
numpy
|
7 |
+
scipy
|
8 |
+
protobuf
|
9 |
+
PyPDF2
|
10 |
+
textract
|
11 |
+
pydantic
|
12 |
+
langchain
|
13 |
+
huggingface_hub
|
14 |
+
langchain-community
|
15 |
+
python-dotenv
|
16 |
+
scikit-learn
|
17 |
+
textblob
|