Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 964 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 964 Bytes

BeekeeperCore

BeekeeperCore is a part of BEEKEEPER project

  1. BeekeeperNative - react-native application for mobile platforms
  2. BeekeeperServer - main node.js server
  3. BeekeeperCore - core application for hangover face recognition

Workflow

  1. Get image from http request
  2. Apply openface AlignDlib for face detection
  3. Apply openface AlignDlib for face alignment
  4. Extract features from aligned Face
  5. Use trained model for hangover face recognition

How to Run

cd BeekeeperCore
docker build -t beekeeper-core .
docker run --rm --name beekeeper-core -p 8000:8000 -ti beekeeper-core

How to Use

curl --form file=@someimage.png http://localhost:8000/upload