mastefan commited on
Commit
dfd16c9
·
verified ·
1 Parent(s): 2860db5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,25 +1,25 @@
1
  # Deep learning + YOLO
2
- torch==2.2.2
3
- torchvision==0.17.2
4
- ultralytics==8.2.77
5
 
6
  # AutoML and predictor stack
7
  autogluon.tabular==1.4.0
8
  autogluon.core==1.4.0
9
- fastai==2.7.13
10
- fastcore==1.5.29
11
- pandas==2.2.2
12
- numpy==1.26.4
13
- scikit-learn==1.4.2
14
 
15
  # Gradio GUI + visualization
16
- gradio==4.29.0
17
- ffmpeg-python==0.2.0
18
- huggingface_hub==0.24.5
19
 
20
  # MoviePy for video clipping
21
- moviepy==1.0.3
22
 
23
  # General utilities
24
- tqdm==4.66.5
25
- requests==2.32.3
 
1
  # Deep learning + YOLO
2
+ torch
3
+ torchvision
4
+ ultralytics
5
 
6
  # AutoML and predictor stack
7
  autogluon.tabular==1.4.0
8
  autogluon.core==1.4.0
9
+ fastai
10
+ fastcore
11
+ pandas
12
+ numpy
13
+ scikit-learn
14
 
15
  # Gradio GUI + visualization
16
+ gradio
17
+ ffmpeg-python
18
+ huggingface_hub
19
 
20
  # MoviePy for video clipping
21
+ moviepy
22
 
23
  # General utilities
24
+ tqdm
25
+ requests