trapezius60 commited on
Commit
a88d800
·
verified ·
1 Parent(s): 5a695ae

Upload requirements.txt.txt

Browse files
Files changed (1) hide show
  1. requirements.txt.txt +4 -8
requirements.txt.txt CHANGED
@@ -1,8 +1,4 @@
1
- gradio==4.28.3 # For the app UI
2
- pillow # For image processing (PIL)
3
- torch # For PyTorch-based image models
4
- torchvision # Optional: for pretrained models like ResNet
5
- requests # Useful for connecting to hosted APIs (e.g. Roboflow)
6
- transformers # For Hugging Face models (image-classification pipeline)
7
- opencv-python # Optional: for image pre-processing / GradCAM
8
- matplotlib # Optional: for visual overlays like heatmaps
 
1
+ transformers>=4.25.0
2
+ torch>=1.12
3
+ gradio>=4.0
4
+ Pillow>=9.0