Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.48.0
|
2 |
+
torch>=2.0.1
|
3 |
+
sentence-transformers>=2.2.2
|
4 |
+
PyMuPDF==1.22.5
|
5 |
+
python-docx==0.8.11
|
6 |
+
matplotlib==3.8.0
|
7 |
+
seaborn==0.12.2
|