Update README.md
Browse files
README.md
CHANGED
@@ -108,4 +108,7 @@ input_data = [
|
|
108 |
|
109 |
# Get prediction
|
110 |
prediction = model.predict(input_data)
|
111 |
-
print(f"Predicted class: {prediction}")
|
|
|
|
|
|
|
|
108 |
|
109 |
# Get prediction
|
110 |
prediction = model.predict(input_data)
|
111 |
+
print(f"Predicted class: {prediction}")
|
112 |
+
```
|
113 |
+
---
|
114 |
+
#### **This work was in collaboration between**: Sanaa ABRIL and Sihame Mouanid
|