Object Detection
English
yolo
yolo11
nsfw
ThucPD commited on
Commit
691b597
·
verified ·
1 Parent(s): 83b8c11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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. **Load the Model**:
 
 
 
 
 
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