https://github.com/e0xextazy/gender-est
Gender prediction using mobilenet_V2 finetuned on datasets of celebrities, lamoda, wildberries photos.
https://github.com/e0xextazy/gender-est
deep-learning deep-neural-networks gender-classification gender-classifier gender-detection gender-recognition lamoda mobilenet mobilenet-v2 mobilenetv2 mobilenetv2-ssdlite pytorch torch torchvision wildberries
Last synced: 10 days ago
JSON representation
Gender prediction using mobilenet_V2 finetuned on datasets of celebrities, lamoda, wildberries photos.
- Host: GitHub
- URL: https://github.com/e0xextazy/gender-est
- Owner: e0xextazy
- License: mit
- Created: 2022-01-18T16:03:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T13:28:17.000Z (over 3 years ago)
- Last Synced: 2025-03-31T05:24:41.832Z (about 2 months ago)
- Topics: deep-learning, deep-neural-networks, gender-classification, gender-classifier, gender-detection, gender-recognition, lamoda, mobilenet, mobilenet-v2, mobilenetv2, mobilenetv2-ssdlite, pytorch, torch, torchvision, wildberries
- Language: HTML
- Homepage: https://github.com/e0xextazy
- Size: 16.1 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/e0xextazy/gender-est/issues)
[](https://github.com/e0xextazy/gender-est/blob/main/LICENSE)
[](https://github.com/psf/black)# gender-est
### Everything is simple! Send a photo -> take a gender
## 👶 Dependencies
* [Python 3.8 or higher](https://www.python.org/downloads/)
* [Git SCM](https://git-scm.com/downloads)
* [Docker](https://docs.docker.com/get-docker/)## 🛠️ Installation
* ### From GitHub
Step 1:
```sh
git clone https://github.com/e0xextazy/gender-est.git
```
Step 2:
```sh
cd gender-est
```
Step 3:
```sh
docker build -t .
```
Step 4:
```sh
docker run -d -p 5000:5000
```* ### From DockerHub
Step 1:
```sh
docker pull mbaushenko/gender-classification-mobilenet_v2:mvp_V2
```
Step 2:
```sh
docker run -d -p 5000:5000 mbaushenko/gender-classification-mobilenet_v2:mvp_V2
```* ### From PyPI
Soon...## 🚀 Usage
* ### From GitHub/DockerHub
```sh
python3 utils/send_data.py
```* ### From PyPI
Soon...## ⚖️ License
[MIT © 2022 Mark Baushenko](https://github.com/e0xextazy/gender-est/blob/main/LICENSE)