FaceVerification: Edit readme file
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
# Face Verification
|
2 |
|
3 |
In this project i want to verify face image that means i want to findout is 2 face is simular or no!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Face Verification
|
2 |
|
3 |
In this project i want to verify face image that means i want to findout is 2 face is simular or no!
|
4 |
+
|
5 |
+
# Code Directory
|
6 |
+
|
7 |
+
siamese.py ==>
|
8 |
+
|
9 |
+
It contain a class related to every things about model such build model structure,compile model etc
|
10 |
+
|
11 |
+
utils.py ==>
|
12 |
+
|
13 |
+
Contain a class that related to data and visualization
|
14 |
+
|
15 |
+
|
16 |
+
# Requirements
|
17 |
+
|
18 |
+
pandas version "1.3.4"
|
19 |
+
|
20 |
+
tensorflow version "2.7.0"
|
21 |
+
|
22 |
+
keras version "2.7.0"
|
23 |
+
|
24 |
+
numpy version "1.20.3"
|
25 |
+
|
26 |
+
sklearn version "0.24.2"
|
27 |
+
|
28 |
+
matplotlib version "3.4.3"
|
29 |
+
|
30 |
+
# Data
|
31 |
+
|
32 |
+
Data released in releases part.
|
33 |
+
|
34 |
+
This file contain a CSV file that contain 3 columns.The first and second columns are contain address of paired image and third one contain a label that shows is this pair similare of no! and anothere file (dev) contain images
|