diff --git a/README.md b/README.md index 7b2181d..798ca77 100644 --- a/README.md +++ b/README.md @@ -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 : + +

+ + + +
+

+ + +## 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 \ No newline at end of file diff --git a/simplecver.py b/archive/simplecver.py similarity index 100% rename from simplecver.py rename to archive/simplecver.py diff --git a/vid_capture.py b/archive/vid_capture.py similarity index 100% rename from vid_capture.py rename to archive/vid_capture.py