An open API service indexing awesome lists of open source software.

https://github.com/dipghoshraj/gender-classifer-module

Gender-classifier-python-module
https://github.com/dipghoshraj/gender-classifer-module

gender-classifier python-library tensorflow

Last synced: over 1 year ago
JSON representation

Gender-classifier-python-module

Awesome Lists containing this project

README

          

# GENDER-CLASSIFIER
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

Gender classifier is a python libary written over a classification model which can classify gender of the human inside the image
- Classify gender from a image
- Model train on tensorflow (CNN)

#### Building for source
First install gclassifier from pip:
```sh
>>> pip install gclassifier
```

### Run the drawing code:

Step 1 : Import module for classifier
```
>>> from gclassifier import image_classifier
>>> import cv2
```
Step 2 : Runn the classifier
```
>>> img = cv2.imread('7.jpg')
>>> a = image_classifier(frame=img)
['woman']
```

License
----
MIT

PYPI MODULE
----------------
https://pypi.org/project/gclassifier/

CONTRIBUTIONS
----------------
Bug reports and pull requests are always welcome on GitHub at https://github.com/dipghoshraj/Gender-classifer-module. This project is intended to help developers and no restriction to use, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

### NOTE :
```
This modlue have been inspired from - https://www.youtube.com/watch?v=WOuAI5DhHyU

Author: Dip Ghosh
email: dipghoshraj@gmail.com
IOT and robotics developer with a handson experience in Software development and DevOps.
```