openfree commited on
Commit
e2c9e34
·
verified ·
1 Parent(s): cf8b315

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -1
requirements.txt CHANGED
@@ -20,4 +20,11 @@ torch
20
  transformers==4.43.3
21
  xformers
22
  sentencepiece
23
- peft
 
 
 
 
 
 
 
 
20
  transformers==4.43.3
21
  xformers
22
  sentencepiece
23
+ peft
24
+
25
+ PyMuPDF==1.23.8 # PDF 파일 처리
26
+ python-docx==1.0.1 # DOCX 파일 처리
27
+ pytesseract==0.3.10 # 이미지 텍스트 추출
28
+ pdf2image==1.16.3 # PDF 이미지 변환
29
+ python-magic==0.4.27 # 파일 타입 감지
30
+ aiofiles==23.2.1 # 비동기 파일 처리