Skip to content

bharathvaj-ganesan/gender-detection-tensorflowjs

Repository files navigation

gender-detection

Detect gender using tensorflowjs.

Preview Image

Uses Gender classification model by arunponnusamy

Processing Steps

  1. Detects Face using Tracking.js for more accuracy.
  2. Loads gender model using Tensorflow.js
  3. Based on the confidence value we choose Man / woman

Gender detection model used here is not a well trained model. So accuracy will be a bit low.

Project setup

Installs dependencies

yarn install

Compiles and hot-reloads for development


yarn run serve

Compiles and minifies for production


yarn run build