https://github.com/yashraj-n/python-gender-recognition
https://github.com/yashraj-n/python-gender-recognition
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashraj-n/python-gender-recognition
- Owner: yashraj-n
- Created: 2021-11-29T10:50:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T10:54:30.000Z (over 3 years ago)
- Last Synced: 2025-01-03T11:18:06.249Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Python Gender Recognition
A simple python gender recognition app made in Python 🐍
## Demo

## Run Locally
Clone the project
```bash
git clone https://github.com/yashraj-n/python-gender-recognition
```Go to the project directory
```bash
cd python-gender-recognition
```Install dependencies
```bash
pip install numpy cv2 cvlib
```Run
```bash
python gender-detector.py
```