Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,16 @@ Ensure you have the `ultralytics` library installed, which is used for YOLO mode
|
|
18 |
```bash
|
19 |
pip install ultralytics
|
20 |
```
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
### 2. Load the Model
|
23 |
|
24 |
You can load the model and perform detection on an image as follows:
|
|
|
18 |
```bash
|
19 |
pip install ultralytics
|
20 |
```
|
21 |
+
```text
|
22 |
+
# classs
|
23 |
+
angry
|
24 |
+
disgusted
|
25 |
+
fearful
|
26 |
+
happy
|
27 |
+
neutral
|
28 |
+
sad
|
29 |
+
surprised
|
30 |
+
```
|
31 |
### 2. Load the Model
|
32 |
|
33 |
You can load the model and perform detection on an image as follows:
|