diff --git a/README.md b/README.md index 71ac8d1..0ffadec 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,19 @@ # Gender-Age-ID +
Age-Gender Demo Image
+
This Python project utilizes the DeepFace library along with OpenCV to extract gender information from input images and webcam feeds. The gender and age prediction results are printed. +
+ ## Scripts: - **main.py:** The selection menu for Gender-Age-ID @@ -50,12 +54,14 @@ This Python project utilizes the DeepFace library along with OpenCV to extract g - **gender_age_predictor_webcam.py:** Predicts gender and age from a webcam feed - **install_dependencies.py:** Install dependencies +
Age-Gender Demo Image
+
## How to Run: ```bash @@ -77,6 +83,9 @@ opencv-python==4.8.1.78 Pillow==8.3.2 flask==3.0.0 ``` + +
+ - [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI) - [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face) - [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)