Skip to content

Gender prediction using mobilenet_V2 finetuned on datasets of celebrities, lamoda, wildberries photos.

License

Notifications You must be signed in to change notification settings

e0xextazy/gender-est

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub license Code style

gender-est

Everything is simple! Send a photo -> take a gender

gender-est

👶 Dependencies

🛠️ Installation

  • From GitHub

Step 1:

git clone https://github.com/e0xextazy/gender-est.git

Step 2:

cd gender-est

Step 3:

docker build -t <IMAGE_NAME> .

Step 4:

docker run -d -p 5000:5000 <IMAGE_NAME>
  • From DockerHub

Step 1:

docker pull mbaushenko/gender-classification-mobilenet_v2:mvp_V2

Step 2:

docker run -d -p 5000:5000 mbaushenko/gender-classification-mobilenet_v2:mvp_V2
  • From PyPI

Soon...

🚀 Usage

  • From GitHub/DockerHub

python3 utils/send_data.py
  • From PyPI

Soon...

⚖️ License

MIT © 2022 Mark Baushenko