Gender classifier module for python
Project description
GENDER-CLASSIFIER
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:
>>> 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/
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.6-py3-none-any.whl
(96.7 MB
view details)
File details
Details for the file gclassifier-0.6-py3-none-any.whl
.
File metadata
- Download URL: gclassifier-0.6-py3-none-any.whl
- Upload date:
- Size: 96.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0edaf842746921644911cc77f05b1eae4994f15f33821089330900b07c239385 |
|
MD5 | 6fc9daf115f811254c4f503d92421a32 |
|
BLAKE2b-256 | 9cfb0aa9df755b533f0f3e1ac4cf356e1285f349bfe78d98d55f4d396cacf8b9 |