Skip to content

Commit

Permalink
Merge pull request #5 from dipghoshraj/master
Browse files Browse the repository at this point in the history
chnage readme
  • Loading branch information
dipghoshraj committed May 4, 2021
2 parents 45fa62c + aeecb0d commit 6e34e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Gender classifier is a python libary written over a classification model which c


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


### Run the drawing code:

Step 1 : Encode a message with shiftencoder
Step 1 : Import module for classifier
```
>>> from gclassifier import image_classifier
>>> import cv2
```
Step 2 : Decode the message using shiftencoder
Step 2 : Runn the classifier
```
>>> img = cv2.imread('7.jpg')
>>> a = image_classifier(frame=img)
Expand Down

0 comments on commit 6e34e76

Please sign in to comment.