jenniferhk008 commited on
Commit
24b9830
·
verified ·
1 Parent(s): d9ba741

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -25
requirements.txt CHANGED
@@ -1,25 +1,8 @@
1
- accelerate
2
- # Streamlit for web interface
3
- streamlit
4
-
5
- # Transformers for model loading and inference
6
- transformers>=4.30.0
7
-
8
- # Torch (required for model inference)
9
- torch
10
-
11
- # Image and OCR
12
- pillow
13
- pytesseract
14
-
15
- # OCR language support for Chinese
16
- tesseract
17
-
18
- # Data manipulation
19
- pandas
20
-
21
- # Visualization
22
- plotly
23
-
24
- # If used: OpenAI API
25
- openai
 
1
+ streamlit>=1.32.0
2
+ transformers>=4.39.3
3
+ torch>=2.2.0
4
+ pillow>=9.5.0
5
+ pytesseract>=0.3.10
6
+ plotly>=5.20.0
7
+ pandas>=2.2.0
8
+ openai>=1.23.0