entropy25 commited on
Commit
e146d26
·
verified ·
1 Parent(s): 4e25610

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -0
requirements.txt ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML and NLP
2
+ torch>=1.9.0
3
+ transformers>=4.20.0
4
+ nltk>=3.7
5
+
6
+ # Language Detection
7
+ langdetect>=1.0.9
8
+
9
+ # Data Processing
10
+ pandas>=1.3.0
11
+ numpy>=1.21.0
12
+
13
+ # Visualization
14
+ plotly>=5.0.0
15
+ wordcloud>=1.8.0
16
+
17
+ # Web Interface
18
+ gradio>=3.40.0
19
+
20
+ # File Processing
21
+ openpyxl>=3.0.9
22
+ xlsxwriter>=3.0.0
23
+
24
+ # System and Utilities
25
+ psutil>=5.8.0
26
+ requests>=2.25.0
27
+ tqdm>=4.62.0
28
+
29
+ # Optional GPU support (uncomment if using CUDA)
30
+ # torch-audio>=0.9.0
31
+ # torchvision>=0.10.0
32
+
33
+ # Development and Debugging
34
+ loguru>=0.6.0