From 7e68a8d419cc30c96814deb02bbb1eee9595bbf2 Mon Sep 17 00:00:00 2001 From: Cursed Entertainment <110344485+CursedPrograms@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:15:04 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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)