midlajvalappil commited on
Commit
8f09875
·
verified ·
1 Parent(s): aa88ff2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -3
requirements.txt CHANGED
@@ -1,3 +1,27 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core web framework
2
+ streamlit>=1.28.0
3
+
4
+ # AI/ML libraries
5
+ transformers>=4.35.0
6
+ torch>=2.0.0
7
+ tokenizers>=0.14.0
8
+
9
+ # PDF processing
10
+ PyPDF2>=3.0.1
11
+
12
+ # Text processing and utilities
13
+ regex>=2023.10.3
14
+ numpy>=1.24.0
15
+ pandas>=2.0.0
16
+
17
+ # Additional dependencies for transformers
18
+ accelerate>=0.24.0
19
+ safetensors>=0.4.0
20
+
21
+ # Optional: For better performance
22
+ sentencepiece>=0.1.99
23
+
24
+ # Development and testing (optional)
25
+ pytest>=7.4.0
26
+ black>=23.0.0
27
+ flake8>=6.0.0