Skip to content

An machine learning application to classify male/female gender

Notifications You must be signed in to change notification settings

thanhvie/face_recognition_webapp

Repository files navigation

How to run face_recognition_webapp

Build and run image

Build the Docker image

docker image build -t <your-image-name> .

Run the container

docker run -p 5000:5000 -d <your-image-name>

Run docker-compose

docker-compose up

About

An machine learning application to classify male/female gender

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published