Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentblot28/face-recognition
Face attribute recognition with the celeba dataset
https://github.com/vincentblot28/face-recognition
cnn face keras recognition siamese-neural-network
Last synced: 10 days ago
JSON representation
Face attribute recognition with the celeba dataset
- Host: GitHub
- URL: https://github.com/vincentblot28/face-recognition
- Owner: vincentblot28
- Created: 2020-06-05T07:42:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T08:23:57.000Z (over 4 years ago)
- Last Synced: 2024-10-07T17:03:28.270Z (about 1 month ago)
- Topics: cnn, face, keras, recognition, siamese-neural-network
- Language: Jupyter Notebook
- Size: 4.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face-recognition
## Aim of the project
The main goal of this project was to take the celab dataset (https://www.kaggle.com/jessicali9530/celeba-dataset), take some features and build algorithms able to learn some characteristics of a face.
## Variables and models
Here, I've choosen to take those following attributes :
- Attractive
- Bald
- Blackhair
- Smiling
- Straigth Hair
- Wavy Hair
- Young
- Eyeglass
- Gray Hair
- Blond Hair
- Pale Skin
- Male
- No Beard
- Mustach
- BrownhairSome of the models constructed were kind of the same because the target variable didn't change very much (Blond hair and Black hair for instance). However, some models as the one for "Smilling" needed a more complex shape of neural networks (two branches at the begining of the network, the first one looking at the upper part of the face and the second one looking at the lower part).
## Results
The results are concatenated in the Consolidated_Models.ipynb file (notebooks folder) where the models are tested on random faces.