Skip to content

Commit

Permalink
Updating README for more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshreeram committed Oct 11, 2017
1 parent 87568e5 commit d4c4229
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# human-facedetection
Human face detection with computer-vision in python.
# human-gender-prediction
This project aims to provide product suggestion based on gender and age of people. Complete application is written in `Python3` using `OpenCV`, `Keras` and `Tensorflow` and few other technologies.

## code
## Requirements
```
Numpy, Tensorflow, Opencv,
```

simplecver.py - Just captures the video
vid_capture.py - Capture the video with face detection feature
## How to?
To run the code,
```
python3 main.py
```

## Output
Output of the script will look like below :

<p align="center">
<a href="#">
<img src="https://raw.githubusercontent.com/iamshreeram/human-gender-detection/master/resources/genderprediction.gif" />
</a>
<br>
</p>


## Notes
This code can only predict of gender and age of any human. This can be plugged into any Deep learning model for product suggestion

## Next?
Integrate with ecommerce applications or Virtual Reality apps to provide product suggestion
File renamed without changes.
File renamed without changes.

0 comments on commit d4c4229

Please sign in to comment.