-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README for more instructions
- Loading branch information
1 parent
87568e5
commit d4c4229
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.