BeekeeperCore is a part of BEEKEEPER project
- BeekeeperNative - react-native application for mobile platforms
- BeekeeperServer - main node.js server
- BeekeeperCore - core application for hangover face recognition
- Get image from http request
- Apply openface AlignDlib for face detection
- Apply openface AlignDlib for face alignment
- Extract features from aligned Face
- Use trained model for hangover face recognition
cd BeekeeperCore
docker build -t beekeeper-core .
docker run --rm --name beekeeper-core -p 8000:8000 -ti beekeeper-core
curl --form file=@someimage.png http://localhost:8000/upload