Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 530 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 530 Bytes

MoccAI

A simple machine learning demo to detect coffee in a Moccamaster brand coffee makers (which we just happen to have in our office at Evermade). Technically shouldn't even matter which coffee maker you use, but I was a goof and trained the model with just Moccamaster images :-)

Usage

  1. Install Python3.7+
  2. Install pipenv
  3. Run pipenv install
  4. Run pipenv run python3 main.py

Camera config

v4l2-ctl -d /dev/video0 -c exposure_auto=1 -c exposure_auto_priority=0 -c exposure_absolute=2

License

TBD