Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 467 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 467 Bytes

This is a gender classification model that uses a convolutional neural network (CNN) to classify images of faces as male or female. The model is trained on a dataset of face images and their corresponding gender labels. The notebook includes code for data preprocessing, model architecture, training, and evaluation which will then be used for algorithmic bias detection.

Project dependencies:

  • tensorflow
  • opencv
  • imghdr
  • numpy
  • matplotlib
  • aif360