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
- Host: GitHub
- URL: https://github.com/dipghoshraj/gender-classifer-module
- Owner: dipghoshraj
- License: mit
- Created: 2021-04-28T10:12:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T07:42:32.000Z (about 5 years ago)
- Last Synced: 2025-02-03T22:38:43.857Z (over 1 year ago)
- Topics: gender-classifier, python-library, tensorflow
- Language: Python
- Homepage:
- Size: 90.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GENDER-CLASSIFIER
[](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.
```