sec23ad137 commited on
Commit
db2b941
·
verified ·
1 Parent(s): 950a88a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- fastapi
2
- uvicorn
3
- gradio
4
- pillow>=10.0.0 # for image processing
5
- numpy>=1.24.0 # for numerical operations
6
- opencv-python # for advanced image analysis
7
- # Add your deep learning framework here if using a real model (torch/tensorflow/etc)
 
1
+ gradio
2
+ reportlab
3
+ pillow
4
+ numpy
5
+ opencv-python