Spaces:
Sleeping
Sleeping
project added
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
# Core Libraries
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
scipy
|
5 |
|
6 |
# Machine Learning & Deep Learning
|
7 |
-
torch
|
8 |
-
torchvision
|
9 |
-
transformers
|
10 |
-
scikit-learn
|
11 |
-
ultralytics
|
12 |
|
13 |
# Image Processing
|
14 |
-
pillow
|
15 |
-
opencv-python
|
16 |
|
17 |
# NLP
|
18 |
-
spacy
|
19 |
|
20 |
# Visualization
|
21 |
-
matplotlib
|
22 |
|
23 |
# Gradio & Audio
|
24 |
-
gradio
|
25 |
-
gtts
|
26 |
|
27 |
# API Integration
|
28 |
-
groq
|
29 |
-
requests
|
|
|
1 |
# Core Libraries
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
scipy
|
5 |
|
6 |
# Machine Learning & Deep Learning
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
+
transformers
|
10 |
+
scikit-learn
|
11 |
+
ultralytics
|
12 |
|
13 |
# Image Processing
|
14 |
+
pillow
|
15 |
+
opencv-python
|
16 |
|
17 |
# NLP
|
18 |
+
spacy
|
19 |
|
20 |
# Visualization
|
21 |
+
matplotlib
|
22 |
|
23 |
# Gradio & Audio
|
24 |
+
gradio
|
25 |
+
gtts
|
26 |
|
27 |
# API Integration
|
28 |
+
groq
|
29 |
+
requests
|