Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Description
|
| 2 |
|
| 3 |
The Friend Facial Recognition model is a convolutional neural network (CNN) designed to recognize friends in images. The model is trained using Python and utilizes the Discord bot integration for real-time image prediction within Discord.
|
|
@@ -31,4 +36,4 @@ The Friend Facial Recognition model is a convolutional neural network (CNN) desi
|
|
| 31 |
|
| 32 |
# License
|
| 33 |
|
| 34 |
-
This model is licensed under the [MIT License](LICENSE).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
# Model Description
|
| 7 |
|
| 8 |
The Friend Facial Recognition model is a convolutional neural network (CNN) designed to recognize friends in images. The model is trained using Python and utilizes the Discord bot integration for real-time image prediction within Discord.
|
|
|
|
| 36 |
|
| 37 |
# License
|
| 38 |
|
| 39 |
+
This model is licensed under the [MIT License](LICENSE).
|