Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 766 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 766 Bytes

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