Skip to content

vinfinit/BeekeeperCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Beekeeper core for hangover face recognition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published