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

https://github.com/thanhvie/face_recognition_webapp

An machine learning application to classify male/female gender
https://github.com/thanhvie/face_recognition_webapp

face-recognition machine-learning opencv

Last synced: about 2 months ago
JSON representation

An machine learning application to classify male/female gender

Awesome Lists containing this project

README

          

# How to run face_recognition_webapp

## Build and run image

### Build the Docker image
```
docker image build -t .
```
### Run the container
```
docker run -p 5000:5000 -d
```

## Run docker-compose
```
docker-compose up
```