| # 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 | |