File size: 1,394 Bytes
67862df 82676b8 67862df 82676b8 67862df 535bdcc |
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# الاعتماديات الأساسية streamlit==1.32.0 pandas==2.2.0 numpy==1.26.3 matplotlib==3.8.2 seaborn==0.13.1 plotly==5.18.0 # معالجة البيانات openpyxl==3.1.2 xlrd==2.0.1 xlsxwriter==3.1.9 pyarrow==14.0.1 # تحليل المستندات PyPDF2==3.0.1 python-docx==1.1.0 pdf2image==1.17.0 pytesseract==0.3.10 pymupdf==1.23.7 pdfplumber==0.10.3 opencv-python-headless==4.8.1.78 # poppler-utils ← يُثبت من apt # معالجة اللغة العربية arabic-reshaper==3.0.0 python-bidi==0.4.2 langdetect==1.0.9 farasapy==0.0.14 # cameltools==1.1.0 # الذكاء الاصطناعي والتعلم الآلي scikit-learn==1.4.0 transformers==4.39.3 torch==2.1.2 nltk==3.8.1 gensim==4.3.2 openai==1.69.0 anthropic==0.5.0 pydantic==2.3.0 joblib==1.3.2 # قواعد البيانات SQLAlchemy==2.0.25 SQLAlchemy-Utils==0.41.1 alembic==1.13.1 sqlite-utils==3.35.1 # مكونات واجهة المستخدم streamlit-option-menu==0.3.2 streamlit-elements==0.1.0 streamlit-aggrid==0.3.4.post3 streamlit-authenticator==0.2.3 streamlit-extras==0.3.5 streamlit-echarts==0.4.0 streamlit-image-coordinates==0.1.6 # أدوات وتبعيات إضافية pycountry==23.12.11 watchdog==3.0 folium==0.16.0 streamlit-folium==0.18.0 python-dotenv==1.0.0 jsonschema==4.19.0 pytest==7.4.0 pytest-cov==4.1.0 reportlab==4.0.8 rouge-score==0.1.2 python-Levenshtein==0.25.1 |