Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy: For numerical operations and handling arrays.
|
| 2 |
+
tensorflow: For deep learning functionalities, including building and training models.
|
| 3 |
+
pandas: For data manipulation and analysis.
|
| 4 |
+
opencv-python: For image processing tasks.
|
| 5 |
+
matplotlib: For plotting and visualizing data.
|
| 6 |
+
scikit-learn: For machine learning utilities, including metrics and cross-validation.
|