Update requirements.txt
Browse files- requirements.txt +45 -47
requirements.txt
CHANGED
|
@@ -1,48 +1,46 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
-
pandas
|
| 3 |
-
langchain
|
| 4 |
-
langchain-community
|
| 5 |
-
chromadb
|
| 6 |
-
sentence-transformers
|
| 7 |
-
fpdf
|
| 8 |
-
ollama
|
| 9 |
-
python-docx
|
| 10 |
-
PyPDF2
|
| 11 |
-
openpyxl
|
| 12 |
-
python-pptx
|
| 13 |
-
# Enhanced requirements for Reliance Model
|
| 14 |
-
opencv-python
|
| 15 |
-
pillow
|
| 16 |
-
pytesseract
|
| 17 |
-
easyocr
|
| 18 |
-
transformers
|
| 19 |
-
torch
|
| 20 |
-
torchvision
|
| 21 |
-
torchaudio
|
| 22 |
-
googletrans==4.0.0rc1
|
| 23 |
-
arabic-reshaper
|
| 24 |
-
pyarabic
|
| 25 |
-
polyglot
|
| 26 |
-
textblob
|
| 27 |
-
matplotlib
|
| 28 |
-
seaborn
|
| 29 |
-
plotly
|
| 30 |
-
networkx
|
| 31 |
-
graphviz
|
| 32 |
-
pydot
|
| 33 |
-
scikit-learn
|
| 34 |
-
numpy
|
| 35 |
-
scipy
|
| 36 |
-
requests
|
| 37 |
-
beautifulsoup4
|
| 38 |
-
selenium
|
| 39 |
-
webdriver-manager
|
| 40 |
-
python-multipart
|
| 41 |
-
aiofiles
|
| 42 |
-
asyncio
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
fnmatch
|
| 47 |
-
datetime
|
| 48 |
calendar
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas
|
| 3 |
+
langchain
|
| 4 |
+
langchain-community
|
| 5 |
+
chromadb
|
| 6 |
+
sentence-transformers
|
| 7 |
+
fpdf
|
| 8 |
+
ollama
|
| 9 |
+
python-docx
|
| 10 |
+
PyPDF2
|
| 11 |
+
openpyxl
|
| 12 |
+
python-pptx
|
| 13 |
+
# Enhanced requirements for Reliance Model
|
| 14 |
+
opencv-python
|
| 15 |
+
pillow
|
| 16 |
+
pytesseract
|
| 17 |
+
easyocr
|
| 18 |
+
transformers
|
| 19 |
+
torch
|
| 20 |
+
torchvision
|
| 21 |
+
torchaudio
|
| 22 |
+
googletrans==4.0.0rc1
|
| 23 |
+
arabic-reshaper
|
| 24 |
+
pyarabic
|
| 25 |
+
polyglot
|
| 26 |
+
textblob
|
| 27 |
+
matplotlib
|
| 28 |
+
seaborn
|
| 29 |
+
plotly
|
| 30 |
+
networkx
|
| 31 |
+
graphviz
|
| 32 |
+
pydot
|
| 33 |
+
scikit-learn
|
| 34 |
+
numpy
|
| 35 |
+
scipy
|
| 36 |
+
requests
|
| 37 |
+
beautifulsoup4
|
| 38 |
+
selenium
|
| 39 |
+
webdriver-manager
|
| 40 |
+
python-multipart
|
| 41 |
+
aiofiles
|
| 42 |
+
asyncio
|
| 43 |
+
pathlib
|
| 44 |
+
glob
|
| 45 |
+
datetime
|
|
|
|
|
|
|
| 46 |
calendar
|