Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +64 -60
requirements.txt
CHANGED
@@ -1,60 +1,64 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
streamlit-
|
54 |
-
streamlit-
|
55 |
-
streamlit-
|
56 |
-
streamlit-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# متطلبات البيئة الهجينة
|
2 |
+
# تم إنشاؤه تلقائيًا بواسطة أداة تحليل التوافق
|
3 |
+
|
4 |
+
# الاعتماديات الأساسية
|
5 |
+
streamlit==1.32.0
|
6 |
+
pandas==2.2.0
|
7 |
+
numpy==1.26.3
|
8 |
+
matplotlib==3.8.2
|
9 |
+
seaborn==0.13.1
|
10 |
+
plotly==5.18.0
|
11 |
+
|
12 |
+
# معالجة البيانات
|
13 |
+
openpyxl==3.1.2
|
14 |
+
xlrd==2.0.1
|
15 |
+
xlsxwriter==3.1.9
|
16 |
+
pyarrow==14.0.1
|
17 |
+
|
18 |
+
# تحليل المستندات
|
19 |
+
PyPDF2==3.0.1
|
20 |
+
python-docx==1.1.0
|
21 |
+
pdf2image==1.17.0
|
22 |
+
pytesseract==0.3.10
|
23 |
+
pymupdf==1.23.7
|
24 |
+
pdfplumber==0.10.3
|
25 |
+
opencv-python-headless==4.8.1.78
|
26 |
+
reportlab==3.6.12
|
27 |
+
fpdf==1.7.2
|
28 |
+
|
29 |
+
# معالجة اللغة العربية
|
30 |
+
arabic-reshaper==3.0.0
|
31 |
+
python-bidi==0.4.2
|
32 |
+
langdetect==1.0.9
|
33 |
+
farasapy==0.0.14
|
34 |
+
|
35 |
+
# الذكاء الاصطناعي والتعلم الآلي
|
36 |
+
scikit-learn==1.4.0
|
37 |
+
transformers==4.39.3
|
38 |
+
torch==2.1.2
|
39 |
+
nltk==3.8.1
|
40 |
+
gensim==4.3.2
|
41 |
+
openai==1.69.0
|
42 |
+
anthropic==0.5.0
|
43 |
+
pydantic==2.3.0
|
44 |
+
joblib==1.3.2
|
45 |
+
|
46 |
+
# قواعد البيانات
|
47 |
+
SQLAlchemy==2.0.25
|
48 |
+
SQLAlchemy-Utils==0.41.1
|
49 |
+
alembic==1.13.1
|
50 |
+
sqlite-utils==3.35.1
|
51 |
+
|
52 |
+
# مكونات واجهة المستخدم
|
53 |
+
streamlit-option-menu==0.3.2
|
54 |
+
streamlit-elements==0.1.0
|
55 |
+
streamlit-aggrid==0.3.4.
|
56 |
+
streamlit-authenticator==0.2.3
|
57 |
+
streamlit-extras==0.3.5
|
58 |
+
streamlit-echarts==0.4.0
|
59 |
+
streamlit-image-coordinates==0.1.6
|
60 |
+
|
61 |
+
# أدوات وتبعيات إضافية
|
62 |
+
pycountry==23.12.11
|
63 |
+
watchdog==3.0
|
64 |
+
|