hassanshka commited on
Commit
23adeb7
·
verified ·
1 Parent(s): 643acfd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -0
requirements.txt CHANGED
@@ -3,3 +3,35 @@ smolagents
3
  requests
4
  duckduckgo_search
5
  pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  requests
4
  duckduckgo_search
5
  pandas
6
+ # Core Libraries
7
+ numpy
8
+ pandas
9
+ scipy
10
+ joblib
11
+ pickle5 # If needed for Python 3.8+
12
+ gzip
13
+ shutil
14
+ pathlib
15
+
16
+ # Machine Learning & Deep Learning
17
+ torch
18
+ torchvision
19
+ torchaudio
20
+ tensorflow
21
+ keras
22
+ scikit-learn
23
+ opencv-python # OpenCV (cv2)
24
+ transformers
25
+ datasets
26
+ tokenizers
27
+ sentencepiece
28
+
29
+ # Visualization
30
+ matplotlib
31
+ seaborn
32
+ plotly
33
+
34
+ # Utility Libraries
35
+ tqdm
36
+ argparse
37
+ logging