LvMAC commited on
Commit
5c50a0a
·
verified ·
1 Parent(s): abc68c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -7
requirements.txt CHANGED
@@ -1,4 +1,10 @@
1
- # Core data processing
 
 
 
 
 
 
2
  pandas>=1.5.0
3
  numpy>=1.21.0
4
  scikit-learn>=1.1.0
@@ -6,16 +12,23 @@ scikit-learn>=1.1.0
6
  # Web interface
7
  gradio>=3.40.0
8
 
9
- # Visualization
10
  matplotlib>=3.5.0
 
11
  plotly>=5.10.0
12
 
13
  # Text processing
14
  nltk>=3.7
 
15
 
16
- # Optional ML libraries (with error handling in code)
17
- sentence-transformers>=2.2.0
18
- faiss-cpu>=1.7.0
 
 
 
 
 
19
 
20
- # Utilities
21
- requests>=2.28.0
 
1
+ # Core ML and AI libraries
2
+ torch>=1.9.0
3
+ transformers>=4.21.0
4
+ sentence-transformers>=2.2.0
5
+ faiss-cpu>=1.7.0
6
+
7
+ # Data processing
8
  pandas>=1.5.0
9
  numpy>=1.21.0
10
  scikit-learn>=1.1.0
 
12
  # Web interface
13
  gradio>=3.40.0
14
 
15
+ # Visualization
16
  matplotlib>=3.5.0
17
+ seaborn>=0.11.0
18
  plotly>=5.10.0
19
 
20
  # Text processing
21
  nltk>=3.7
22
+ regex>=2022.7.0
23
 
24
+ # API calls and utilities
25
+ requests>=2.28.0
26
+ tqdm>=4.64.0
27
+ python-dateutil>=2.8.0
28
+
29
+ # File processing
30
+ openpyxl>=3.0.0
31
+ xlrd>=2.0.0
32
 
33
+ # Additional dependencies your system needs
34
+ accelerate>=0.20.0