Spaces:
Sleeping
Sleeping
Prathmesh Patil
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,8 @@ license: mit
|
|
17 |
|
18 |
The FaceAuthenticator.keras model is a deep learning model designed for face authentication tasks. It utilizes a VGG16 convolutional neural network (CNN) architecture to extract features from facial images and make predictions about whether the face belongs to an authorized individual. This model is typically used in applications such as face recognition systems for security or access control.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Model type:** Convolutional Neural Network (CNN)
|
22 |
-
- **License:** [More Information Needed]
|
23 |
|
24 |
### π οΈ Uses
|
25 |
|
@@ -47,25 +46,29 @@ Users should be aware that the model was trained with a specific dataset and may
|
|
47 |
|
48 |
Use the code below to get started with the model:
|
49 |
|
50 |
-
|
|
|
51 |
|
52 |
## π§ Training Details
|
53 |
|
54 |
### π Training Data
|
55 |
|
56 |
The model has been trained on a dataset containing facial images labeled for authentication purposes.
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
#### π Training Hyperparameters
|
63 |
|
64 |
- Training regime: VGG16 with 10 epochs
|
65 |
- Accuracy: Approximately 82%
|
66 |
|
67 |
-
## π Citation [optional]
|
68 |
-
|
69 |
-
[More Information Needed]
|
70 |
|
71 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
17 |
|
18 |
The FaceAuthenticator.keras model is a deep learning model designed for face authentication tasks. It utilizes a VGG16 convolutional neural network (CNN) architecture to extract features from facial images and make predictions about whether the face belongs to an authorized individual. This model is typically used in applications such as face recognition systems for security or access control.
|
19 |
|
20 |
+
- **Developed by:** Prathmesh Patil
|
21 |
- **Model type:** Convolutional Neural Network (CNN)
|
|
|
22 |
|
23 |
### π οΈ Uses
|
24 |
|
|
|
46 |
|
47 |
Use the code below to get started with the model:
|
48 |
|
49 |
+
- code.py
|
50 |
+
|
51 |
|
52 |
## π§ Training Details
|
53 |
|
54 |
### π Training Data
|
55 |
|
56 |
The model has been trained on a dataset containing facial images labeled for authentication purposes.
|
57 |
+
rvf10k
|
58 |
+
βββ dataset-metadata.json
|
59 |
+
βββ train
|
60 |
+
β βββ fake
|
61 |
+
β βββ real
|
62 |
+
βββ train.csv
|
63 |
+
βββ valid
|
64 |
+
β βββ fake
|
65 |
+
β βββ real
|
66 |
+
βββ valid.csv
|
67 |
|
68 |
#### π Training Hyperparameters
|
69 |
|
70 |
- Training regime: VGG16 with 10 epochs
|
71 |
- Accuracy: Approximately 82%
|
72 |
|
|
|
|
|
|
|
73 |
|
74 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|