Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,12 @@ Below are the key metrics from the model evaluation on the validation set:
|
|
72 |
|
73 |
To use the trained model, follow these steps:
|
74 |
|
75 |
-
1. **
|
|
|
|
|
|
|
|
|
|
|
76 |
```python
|
77 |
from ultralytics import YOLO
|
78 |
|
|
|
72 |
|
73 |
To use the trained model, follow these steps:
|
74 |
|
75 |
+
1. **Install the necessary packages**:
|
76 |
+
```curl
|
77 |
+
pip install ultralytics
|
78 |
+
```
|
79 |
+
|
80 |
+
2. **Load the Model**:
|
81 |
```python
|
82 |
from ultralytics import YOLO
|
83 |
|