Page 1 of 1

Texas Hold-em Tutor Project Idea

Posted: Thu Oct 13, 2016 9:14 am
by shoesobjects
A colleague and I created a texas hold em tutor project that leverages a pi zero, pi camera, python, and a framework called OpenCV (open computer vision). Basically the camera reads the hold cards that are placed face up about 10" below the camera. The tutor then offers advice about how you should play that hand. It's an easy project to complete and you could easily enhance the tutor's feedback on your hand if you wish.

The source code and additional instructions to get it running can be found on git hub.
https://github.com/mikeshoe/texas-holdem-tutor

Image

Re: Texas Hold-em Tutor Project Idea

Posted: Thu Oct 13, 2016 1:09 pm
by wermy
Awesome, thanks for sharing! I've messed with just a bit of OCR in the past, really cool. :)

Moving this to the show-off area, btw.