mohakkapoor4 commited on
Commit
4f0c49b
·
1 Parent(s): 81a0ea3

add torch/torchvision and runtime deps

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -11
requirements.txt CHANGED
@@ -1,17 +1,10 @@
1
- # CAPTCHA OCR Project Dependencies
2
- # Core ML Framework (install separately with CUDA 12.8 support)
3
- # pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
4
-
5
- # Computer Vision
6
  opencv-python>=4.8.0
7
  Pillow>=9.0.0
8
-
9
- # CAPTCHA Generation
10
  captcha>=0.4.0
11
-
12
- # Data Processing
13
  numpy>=1.21.0
14
  pandas>=1.3.0
15
-
16
- # Visualization and Plotting
17
  matplotlib>=3.5.0
 
 
1
+ gradio==5.43.1
2
+ torch==2.3.1
3
+ torchvision==0.18.1
 
 
4
  opencv-python>=4.8.0
5
  Pillow>=9.0.0
 
 
6
  captcha>=0.4.0
 
 
7
  numpy>=1.21.0
8
  pandas>=1.3.0
 
 
9
  matplotlib>=3.5.0
10
+ huggingface_hub>=0.24.0