Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashraj-n/python-gender-recognition


https://github.com/yashraj-n/python-gender-recognition

Last synced: 4 days ago
JSON representation

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
```