Create requirements.txt
Browse files- 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.
|