abdfajar707 commited on
Commit
8419352
·
verified ·
1 Parent(s): 7ee5951

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -0
requirements.txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # --- Core dependencies ---
2
+ python-dateutil>=2.8.2
3
+ numpy>=1.24.0
4
+ pandas>=2.0.0
5
+
6
+ # --- Visualisasi dan plotting ---
7
+ matplotlib>=3.8.0
8
+ seaborn>=0.13.0
9
+ wordcloud>=1.9.2
10
+
11
+ # --- Machine Learning / NLP ---
12
+ transformers==4.36.0
13
+ torch>=2.1.0
14
+ sentencepiece>=0.1.99
15
+ sacremoses>=0.1.1
16
+
17
+ # --- Text preprocessing (Bahasa Indonesia) ---
18
+ Sastrawi>=1.0.1
19
+ regex>=2023.10.3
20
+
21
+ # --- Model Deployment / Interface ---
22
+ gradio>=4.12.0
23
+
24
+ # --- Utility ---
25
+ tqdm>=4.66.1
26
+ requests>=2.31.0
27
+
28
+ # --- Compatibility fixes for csv/excel data loading ---
29
+ openpyxl>=3.1.2
30
+
31
+ # --- Optional (untuk PDF, log, atau analisis file tambahan) ---
32
+ PyYAML>=6.0.1
33
+
34
+ # --- HuggingFace & Tokenizers backend ---
35
+ huggingface-hub>=0.20.0
36
+ tokenizers>=0.15.0