File size: 767 Bytes
d9b8bb8 5a70e20 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# Face Verification
In this project i want to verify face image that means i want to findout is 2 face is simular or no!
# Code Directory
siamese.py ==>
It contain a class related to every things about model such build model structure,compile model etc
utils.py ==>
Contain a class that related to data and visualization
# Requirements
pandas version "1.3.4"
tensorflow version "2.7.0"
keras version "2.7.0"
numpy version "1.20.3"
sklearn version "0.24.2"
matplotlib version "3.4.3"
# Data
Data released in releases part.
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
|