Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
python-docx
|
3 |
+
transformers
|
4 |
+
cohere
|
5 |
+
docx2pdf
|
6 |
+
pypandoc
|
7 |
+
pandoc
|
8 |
+
python-docx
|
9 |
+
PyMuPDF
|
10 |
+
textract
|