DreamStream-1
commited on
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
gradio
|
|
|
2 |
sentence-transformers
|
3 |
-
python-docx
|
4 |
PyPDF2
|
|
|
5 |
google-generativeai
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
scikit-learn
|
9 |
-
streamlit
|
10 |
-
pandas
|
11 |
fuzzywuzzy
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
pandas
|
3 |
sentence-transformers
|
|
|
4 |
PyPDF2
|
5 |
+
python-docx
|
6 |
google-generativeai
|
|
|
|
|
|
|
|
|
|
|
7 |
fuzzywuzzy
|
8 |
+
python-Levenshtein
|
9 |
+
protobuf
|
10 |
+
typing-extensions
|
11 |
+
requests
|
12 |
+
tqdm
|
13 |
+
pathlib
|
14 |
+
dataclasses
|
15 |
+
python-dotenv
|