This service can estimate gender and age of a person whose face is located closer to the center of the image
- Install Dependencies:
pip3 install -r requirements.txt
python3 app.py
- Then you can test the service using Swagger by submitting input image as base64 format: http://0.0.0.0:8000/docs
docker build -t gender-age-service:latest . -f Dockerfile
docker run --name ga-service -d -p 8000:8000 --env-file env.list gender-age-service:latest
docker logs -f ga-service
- SSR-Net: A Compact Soft Stagewise Regression Network for Age Estimation
- RetinaFace: Single-stage Dense Face Localisation in the Wild
MIT LICENSE