Update requirements.txt
Browse files- requirements.txt +34 -43
requirements.txt
CHANGED
@@ -1,57 +1,48 @@
|
|
|
|
1 |
streamlit>=1.32.0
|
2 |
-
|
3 |
-
|
4 |
matplotlib>=3.8.2
|
5 |
seaborn>=0.13.1
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
PyPDF2>=3.0.1
|
|
|
|
|
8 |
python-docx>=0.8.11
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
openai>=1.69.0
|
|
|
|
|
|
|
11 |
requests>=2.31.0
|
12 |
pillow>=10.0.0
|
13 |
-
|
14 |
-
matplotlib
|
15 |
-
numpy
|
16 |
-
pandas
|
17 |
-
plotly
|
18 |
-
seaborn
|
19 |
-
streamlit
|
20 |
-
openpyxl
|
21 |
-
python-docx
|
22 |
-
openpyxl
|
23 |
-
pdfkit==1.0.0
|
24 |
-
pycountry==23.12.11
|
25 |
watchdog==3.0
|
26 |
-
reportlab>=3.6.0
|
27 |
pycountry==23.12.11
|
28 |
-
watchdog==3.0
|
29 |
-
folium==0.16.0
|
30 |
-
streamlit-folium==0.18.0
|
31 |
-
python-dotenv==1.0.0
|
32 |
-
jsonschema==4.19.0
|
33 |
-
pytest==7.4.0
|
34 |
-
pytest-cov==4.1.0
|
35 |
-
reportlab==4.0.8
|
36 |
rouge-score==0.1.2
|
37 |
python-Levenshtein==0.25.1
|
38 |
ezdxf>=1.0.0
|
39 |
ifcopenshell>=0.7.0
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
shapely>=2.0.0
|
45 |
-
matplotlib>=3.8.0
|
46 |
-
scikit-image>=0.21.0
|
47 |
-
tensorflow>=2.15.0
|
48 |
-
torch>=2.1.0
|
49 |
-
transformers>=4.36.0
|
50 |
-
shapely>=2.0.0
|
51 |
-
pillow>=10.0.0
|
52 |
-
opencv-python
|
53 |
-
pandas
|
54 |
-
plotly
|
55 |
-
pytesseract
|
56 |
-
shapely
|
57 |
-
pdf2image
|
|
|
1 |
+
# واجهات المستخدم والتحليل البياني
|
2 |
streamlit>=1.32.0
|
3 |
+
streamlit-folium==0.18.0
|
4 |
+
plotly>=5.18.0
|
5 |
matplotlib>=3.8.2
|
6 |
seaborn>=0.13.1
|
7 |
+
folium==0.16.0
|
8 |
+
|
9 |
+
# التعامل مع البيانات
|
10 |
+
pandas>=2.2.0
|
11 |
+
numpy>=1.26.3
|
12 |
+
openpyxl
|
13 |
+
shapely>=2.0.0
|
14 |
+
scikit-image>=0.21.0
|
15 |
+
|
16 |
+
# معالجة المستندات والملفات
|
17 |
PyPDF2>=3.0.1
|
18 |
+
pdf2image
|
19 |
+
pdfkit==1.0.0
|
20 |
python-docx>=0.8.11
|
21 |
+
python-dotenv==1.0.0
|
22 |
+
reportlab==4.0.8
|
23 |
+
|
24 |
+
# الذكاء الاصطناعي والتعلم العميق
|
25 |
+
tensorflow>=2.15.0
|
26 |
+
torch>=2.1.0
|
27 |
+
transformers>=4.36.0
|
28 |
+
pytesseract>=0.3.10
|
29 |
+
opencv-python>=4.8.0
|
30 |
+
|
31 |
+
# واجهات API للذكاء الاصطناعي
|
32 |
openai>=1.69.0
|
33 |
+
anthropic>=0.5.0
|
34 |
+
|
35 |
+
# أدوات إضافية
|
36 |
requests>=2.31.0
|
37 |
pillow>=10.0.0
|
38 |
+
jsonschema==4.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
watchdog==3.0
|
|
|
40 |
pycountry==23.12.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
rouge-score==0.1.2
|
42 |
python-Levenshtein==0.25.1
|
43 |
ezdxf>=1.0.0
|
44 |
ifcopenshell>=0.7.0
|
45 |
+
|
46 |
+
# أدوات اختبار
|
47 |
+
pytest==7.4.0
|
48 |
+
pytest-cov==4.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|