Update README.md
Browse files
README.md
CHANGED
@@ -71,12 +71,11 @@ print("Predicted Depth:", predicted_depth[0])
|
|
71 |
- `datasets`
|
72 |
- `tensorflow`
|
73 |
- 'scikit-learn'
|
74 |
-
- `opencv-python`
|
75 |
|
76 |
|
77 |
Install the dependencies using pip:
|
78 |
```bash
|
79 |
-
pip install numpy tensorflow xgboost pickle-mixin
|
80 |
```
|
81 |
|
82 |
### Training Pipeline
|
|
|
71 |
- `datasets`
|
72 |
- `tensorflow`
|
73 |
- 'scikit-learn'
|
|
|
74 |
|
75 |
|
76 |
Install the dependencies using pip:
|
77 |
```bash
|
78 |
+
pip install numpy tensorflow xgboost pickle-mixin datasets scikit-learn
|
79 |
```
|
80 |
|
81 |
### Training Pipeline
|