Image Classification
Keras
litav commited on
Commit
8d9bab6
·
verified ·
1 Parent(s): 502662f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ tensorflow: The deep learning framework used for building and training the model.
2
+ numpy: For numerical operations and handling arrays.
3
+ pandas: For data manipulation and analysis.
4
+ scikit-learn: For machine learning utilities, including cross-validation and metrics.
5
+ opencv-python: For image processing tasks.
6
+ matplotlib: For plotting and visualizing training results.
7
+ h5py: For saving and loading model weights in HDF5 format.