Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashraj-n/python-gender-recognition
https://github.com/yashraj-n/python-gender-recognition
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashraj-n/python-gender-recognition
- Owner: yashraj-n
- Created: 2021-11-29T10:50:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T10:54:30.000Z (about 3 years ago)
- Last Synced: 2024-04-24T05:30:47.861Z (9 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
![Demo](https://cosi.is-inside.me/wfGeDzEn.gif)
## 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
```