jake2004 commited on
Commit
93cdef2
·
verified ·
1 Parent(s): f97be12

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -19
requirements.txt CHANGED
@@ -1,23 +1,7 @@
1
- # Streamlit for Web UI
2
  streamlit
3
-
4
- # Hugging Face Hub & Transformers
5
- huggingface_hub
6
- transformers
7
-
8
- # PyTorch (CPU-only version)
9
- torch --index-url https://download.pytorch.org/whl/cpu
10
- torchvision --index-url https://download.pytorch.org/whl/cpu
11
- torchaudio --index-url https://download.pytorch.org/whl/cpu
12
-
13
- # OpenAI's accelerate for faster model inference
14
- accelerate
15
-
16
- # Pandas for Data Handling
17
  pandas
18
-
19
- # OpenPyXL for Excel File Handling
20
  openpyxl
21
-
22
- # ReportLab for PDF Generation
 
23
  reportlab
 
 
1
  streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  pandas
 
 
3
  openpyxl
4
+ torch
5
+ transformers
6
+ requests
7
  reportlab