https://github.com/ethand91/python-gender-age-detect
Simple Python 3 + OpenCV Age and Gender detector
https://github.com/ethand91/python-gender-age-detect
opencv opencv-python python python3
Last synced: 10 months ago
JSON representation
Simple Python 3 + OpenCV Age and Gender detector
- Host: GitHub
- URL: https://github.com/ethand91/python-gender-age-detect
- Owner: ethand91
- Created: 2022-03-31T03:23:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T03:30:19.000Z (about 4 years ago)
- Last Synced: 2025-04-15T22:59:09.159Z (about 1 year ago)
- Topics: opencv, opencv-python, python, python3
- Language: Python
- Homepage:
- Size: 80.5 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Python + OpenCV Age and Gender Detection
---
## Usage
Create the virtual environment
```bash
python3 -m venv env
source env/bin/activate
```
Install the requirements
```bash
pip install -r requirements.txt
```
Run
```bash
python main.py lena.jpg
```
The output should be in the output directory