/lunch-classifier

Binary classifier for detection of lunch peak hours based on raw lunch cam image data. Using OpenCV MLP as ANN implementation.

Primary LanguageJava

README

ANN based binary classifier for detection of lunch peak hours.

  • The classifier can learn and classify raw image data from lunch cam.
  • OpenCV MLP is used as ANN implementation.
  • WIP: OO refactoring, REST service exposure