saba000farahani commited on
Commit
90f6704
·
verified ·
1 Parent(s): dfa95c9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- tensorflow # TensorFlow 2.x for model loading and inference
2
- mrcnn # Matterport Mask R-CNN implementation
3
- scikit-image # Required for image processing in Mask R-CNN
4
- opencv-python # OpenCV for image manipulation
5
- numpy # NumPy for array operations
6
- Pillow # Image handling in Gradio
7
- gradio
 
1
+ tensorflow>=2.5.0
2
+ mrcnn
3
+ scikit-image
4
+ opencv-python
5
+ numpy
6
+ Pillow
7
+ gradio