Kazel commited on
Commit
5cdae1f
·
verified ·
1 Parent(s): 3b40fc3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +48 -0
requirements.txt ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ concurrent.futures
44
+ pathlib
45
+ glob
46
+ fnmatch
47
+ datetime
48
+ calendar