This is my attempt to use a convolutional neural network multi-output model that classifies images of people based on their ethnicity and gender, and predicts their age.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
feat: A streamlit app to upload image or use webcam for testing the model
36dac3dView on GitHubfeat: Build a multi-output model using any pretrained MobileNetV2
fb50ce2View on GitHubfix: data_augmentation bug / data loading - sample weights bug | all models now learn :)
a67abbcView on GitHub