Gallai commited on
Commit
e75532f
1 Parent(s): 33fad17

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ joblib
3
+ opencv-python # This is the PyPI package for OpenCV
4
+ numpy
5
+ Pillow # This is the PyPI name for PIL
6
+ tensorflow # or tensorflow-gpu if you are using GPU
7
+ scikit-learn # For joblib and other scikit-learn dependencies
8
+ scikeras # Make sure you include this if you are using scikeras specifically