Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/huggingface_hub.git
|
2 |
+
gradio[oauth]
|
3 |
+
tavily-python
|
4 |
+
PyPDF2
|
5 |
+
python-docx
|
6 |
+
pytesseract
|
7 |
+
Pillow
|
8 |
+
opencv-python
|
9 |
+
requests
|
10 |
+
beautifulsoup4
|
11 |
+
html2text
|