OUAREDAEK commited on
Commit
ce594fa
·
verified ·
1 Parent(s): ac8c06d

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +55 -0
requirements.txt ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # =========================
2
+ # Web Framework
3
+ # =========================
4
+ flask==2.3.3
5
+ gunicorn==21.2.0
6
+
7
+ # =========================
8
+ # Core Data Science
9
+ # =========================
10
+ pandas==2.1.0
11
+ numpy>=1.24.0
12
+
13
+ # =========================
14
+ # Data Visualization
15
+ # =========================
16
+ plotly==5.17.0
17
+ matplotlib>=3.7.0
18
+ seaborn>=0.12.0
19
+
20
+ # =========================
21
+ # Data Processing & Utils
22
+ # =========================
23
+ python-dotenv>=1.0.0
24
+ PyYAML>=6.0.0
25
+ jsonschema>=4.19.0
26
+ json5>=0.9.14
27
+ tqdm>=4.65.0
28
+ rich>=13.0.0
29
+ colorama>=0.4.6
30
+ joblib>=1.3.0
31
+
32
+ # =========================
33
+ # Web & HTTP
34
+ # =========================
35
+ requests>=2.31.0
36
+ httpx>=0.25.0
37
+ aiohttp>=3.8.0
38
+
39
+ # =========================
40
+ # Date & Time
41
+ # =========================
42
+ python-dateutil>=2.8.2
43
+ pytz>=2023.3
44
+
45
+ # =========================
46
+ # Hugging Face
47
+ # =========================
48
+ huggingface-hub>=0.20.0
49
+ datasets>=2.14.0
50
+
51
+ # =========================
52
+ # Optional Export
53
+ # =========================
54
+ openpyxl>=3.1.2
55
+ reportlab>=4.0.0