saba000farahani commited on
Commit
dfa95c9
·
verified ·
1 Parent(s): 6fbd926

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- gradio
2
- numpy
3
- tensorflow
4
- opencv-python
5
- matplotlib
6
- joblib
7
- scikit-learn
8
- Pillow
9
- mrcnn
10
- scikit-image
 
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