https://github.com/bharathvaj-ganesan/gender-detection-tensorflowjs
Gender Detection using Tensorflow.js
https://github.com/bharathvaj-ganesan/gender-detection-tensorflowjs
gender-classification hackoctoberfest javascript keras keras-tensorflow tensorflow tensorflowjs
Last synced: 10 months ago
JSON representation
Gender Detection using Tensorflow.js
- Host: GitHub
- URL: https://github.com/bharathvaj-ganesan/gender-detection-tensorflowjs
- Owner: bharathvaj-ganesan
- Created: 2018-07-27T04:19:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T04:41:08.000Z (almost 6 years ago)
- Last Synced: 2025-05-04T04:33:21.822Z (about 1 year ago)
- Topics: gender-classification, hackoctoberfest, javascript, keras, keras-tensorflow, tensorflow, tensorflowjs
- Language: Vue
- Homepage:
- Size: 32.9 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gender-detection
Detect gender using tensorflowjs.

> Uses [Gender classification model](https://github.com/arunponnusamy/gender-detection-keras) by [arunponnusamy](https://github.com/arunponnusamy)
## Processing Steps
1. Detects Face using [Tracking.js](https://trackingjs.com) for more accuracy.
2. Loads gender model using [Tensorflow.js](https://js.tensorflow.org)
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
```