Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,4 @@ numpy==1.23.5 # For numerical operations
|
|
| 5 |
matplotlib==3.8.0 # For plotting
|
| 6 |
seaborn==0.12.2 # For heatmap
|
| 7 |
scikit-learn==1.3.2 # For evaluation metrics
|
|
|
|
|
|
| 5 |
matplotlib==3.8.0 # For plotting
|
| 6 |
seaborn==0.12.2 # For heatmap
|
| 7 |
scikit-learn==1.3.2 # For evaluation metrics
|
| 8 |
+
opencv-python-headless
|