TKgumi commited on
Commit
8bcc8d7
·
verified ·
1 Parent(s): c423e28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -23
requirements.txt CHANGED
@@ -1,23 +1,6 @@
1
- # 基本ライブラリ
2
- fastapi
3
- uvicorn
4
-
5
- # Hugging Faceのライブラリ
6
- transformers>=4.49.0
7
- sentencepiece
8
- accelerate>=0.26.0
9
- torch>=2.0.0
10
- protobuf>=5.29.3
11
- huggingface_hub>=0.29.1
12
- filelock
13
- tokenizers>=0.21.0
14
-
15
- # 日本語トークナイザー(必要に応じて)
16
- mecab-python3 # MeCabが必要なモデル向け
17
- fugashi # MeCabのラッパー
18
- ipadic # MeCab用の辞書
19
-
20
- # その他のユーティリティ
21
- numpy
22
- requests
23
-
 
1
+ torch
2
+ transformers
3
+ pdf2image
4
+ pytesseract
5
+ opencv-python
6
+ Pillow