Soltane777 commited on
Commit
12d0d80
·
verified ·
1 Parent(s): 120d0b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -7
requirements.txt CHANGED
@@ -1,7 +1,15 @@
1
- fastapi
2
- uvicorn
3
- pymupdf
4
- tika
5
- transformers
6
- torch
7
- python-multipart
 
 
 
 
 
 
 
 
 
1
+ # الأساسيات لطلبات HTTP وقراءة الملفات
2
+ requests==2.31.0
3
+ pdfminer.six==20221105
4
+ python-docx==0.8.11
5
+
6
+ # FastAPI (إذا كنت تبني واجهة API)
7
+ fastapi==0.109.2
8
+ uvicorn==0.27.0
9
+ python-multipart==0.0.6
10
+
11
+ # لتحميل متغيرات البيئة (اختياري)
12
+ python-dotenv==1.0.0
13
+
14
+ # بدائل لـ pdfminer (اختياري)
15
+ pymupdf==1.23.21 # أسرع لـ PDF لكن قد يحتاج إلى libmupdf في النظام