Eyüp İpler
commited on
Commit
•
bf20fdb
1
Parent(s):
5e0c76e
Update README.md
Browse files
README.md
CHANGED
@@ -56,9 +56,9 @@ model = load_model(model_path)
|
|
56 |
model_name = model_path.split('/')[-1].split('.')[0]
|
57 |
|
58 |
plt.figure(figsize=(10, 6))
|
59 |
-
plt.title(f'
|
60 |
-
plt.xlabel('
|
61 |
-
plt.ylabel('
|
62 |
plt.legend(loc='upper right')
|
63 |
plt.grid(True)
|
64 |
plt.show()
|
|
|
56 |
model_name = model_path.split('/')[-1].split('.')[0]
|
57 |
|
58 |
plt.figure(figsize=(10, 6))
|
59 |
+
plt.title(f'Emotion Prediction ({model_name})')
|
60 |
+
plt.xlabel('Time')
|
61 |
+
plt.ylabel('Class')
|
62 |
plt.legend(loc='upper right')
|
63 |
plt.grid(True)
|
64 |
plt.show()
|