https://github.com/cursedprograms/gender-age-id
This project utilizes the DeepFace library along with OpenCV to extract gender information from an input. The gender prediction results are printed.
https://github.com/cursedprograms/gender-age-id
age-detector age-determination deep-face deep-face-api gender gender-classification gender-detection opencv python webcam
Last synced: 2 months ago
JSON representation
This project utilizes the DeepFace library along with OpenCV to extract gender information from an input. The gender prediction results are printed.
- Host: GitHub
- URL: https://github.com/cursedprograms/gender-age-id
- Owner: CursedPrograms
- License: mit
- Created: 2024-01-25T17:56:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:54:46.000Z (2 months ago)
- Last Synced: 2025-04-14T20:40:54.357Z (2 months ago)
- Topics: age-detector, age-determination, deep-face, deep-face-api, gender, gender-classification, gender-detection, opencv, python, webcam
- Language: Python
- Homepage: https://cursedprograms.github.io/gender-age-id-pr/
- Size: 5.24 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://x.com/NorowaretaGemu)
[](https://opensource.org/licenses/MIT)
![]()
![]()
![]()
![]()
![]()
![]()
![]()
# Gender-Age-ID
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
- **app.py:** Gender-Age-ID on a web-server### /scripts/
- **gender_predictor.py:** Predicts gender from an input
- **gender_age_predictor.py:** Predicts gender and age from an input
- **gender_age_predictor_webcam.py:** Predicts gender and age from a webcam feed
- **install_dependencies.py:** Install dependencies
## How to Run:
### Install Requirements
Using Python directly:
```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`
### Run main.py
Using Python directly:
```bash
python main.py
```Using provided scripts:
Windows:
- `.\run.bat`
or
- `.\run.ps1`Unix-like systems (Linux/macOS):
- `.\run.sh`
## Requirements:```bash
deepface==0.0.81
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)
- [Image-Generator Repository](https://github.com/CursedPrograms/Image-Generator)
Cursed Entertainment 2024