Skip to main content

Gender classifier module for python

Project description

GENDER-CLASSIFIER

Build Status

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 all requirement file:

>>> pip install glcassifier

Run the drawing code:

Step 1 : Encode a message with shiftencoder

>>> from gclassifier import image_classifier
>>> import cv2

Step 2 : Decode the message using shiftencoder

>>> img = cv2.imread('7.jpg')
>>> a = image_classifier(frame=img)
['woman']

License

MIT

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gclassifier-0.3-py3-none-any.whl (96.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page