Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Oct 20, 2024
1 parent 1c3326c commit 7e68a8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,19 @@

# Gender-Age-ID

<br>
<div align="center">
<a href="https://cursedprograms.github.io/gender-age-id-pr/" target="_blank">
<img src="https://github.com/CursedPrograms/Gender-Age-ID/raw/main/demo_images/cover.png"
alt="Age-Gender Demo Image">
</a>
</div>
<br>

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.

<br>

## Scripts:

- **main.py:** The selection menu for Gender-Age-ID
Expand All @@ -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

<br>
<div align="center">
<a href="https://cursedprograms.github.io/gender-age-id-pr/" target="_blank">
<img src="https://github.com/CursedPrograms/Gender-Age-ID/raw/main/demo_images/age-gender-demo.png"
alt="Age-Gender Demo Image">
</a>
</div>
<br>

## How to Run:
```bash
Expand All @@ -77,6 +83,9 @@ opencv-python==4.8.1.78
Pillow==8.3.2
flask==3.0.0
```

<br>

- [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)
Expand Down

0 comments on commit 7e68a8d

Please sign in to comment.