Prathmesh Patil commited on
Commit
da82f21
Β·
verified Β·
1 Parent(s): ace6bd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
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:** [More Information Needed]
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
- [More Information Needed]
 
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
- ### πŸ” Training Procedure
59
-
60
- #### πŸ”§ Preprocessing [More Information Needed]
 
 
 
 
 
 
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