Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
streamlit
|
|
|
2 |
scikit-learn
|
3 |
numpy
|
4 |
-
|
5 |
-
PyPDF2
|
6 |
-
groq
|
7 |
transformers
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
groq
|
3 |
scikit-learn
|
4 |
numpy
|
5 |
+
pandas
|
|
|
|
|
6 |
transformers
|
7 |
+
torch
|
8 |
+
PyPDF2
|
9 |
+
python-docx
|