Reshmarb commited on
Commit
1606839
·
1 Parent(s): b410607

project added

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,29 +1,29 @@
1
  # Core Libraries
2
- numpy==1.24.3
3
- pandas==2.0.2
4
- scipy==1.10.1
5
 
6
  # Machine Learning & Deep Learning
7
- torch==2.0.1
8
- torchvision==0.15.2
9
- transformers==4.30.2
10
- scikit-learn==1.2.2
11
- ultralytics==8.0.124
12
 
13
  # Image Processing
14
- pillow==9.5.0
15
- opencv-python==4.7.0.72
16
 
17
  # NLP
18
- spacy==3.5.3
19
 
20
  # Visualization
21
- matplotlib==3.7.1
22
 
23
  # Gradio & Audio
24
- gradio==3.32.0
25
- gtts==2.3.2
26
 
27
  # API Integration
28
- groq==0.1.0
29
- requests==2.28.2
 
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