Card Player: Detecting Cards
Phase 4 of my Card Player series. I am attempting to create a solitaire playing bot in python. Phase 1: Prepare the data set Phase 2:...
Saturday Morning Coding - Template Matching and Sign Detection
Edi 2/9/2019: Turns out I didn't leave a link to the github repo for this. So here it is! https://github.com/Corey255A1/BasicPythonOpenCV...
SHA-256 and Bitcoin
A few months ago I wanted to take a hard look at the ideas behind Bitcoin and also the SHA256 algorithm at its core. Bitcoin In a...
My Journey into Machine Learning and Neural Networks
The past few months I kind of went on a tangent trying to learn all I can about Machine Learning and Neural Networks. I had felt that I...
Word Streak/Boggle With Friends Automation
This project combined the use of Python, OpenCV, and Keras (TensorFlow). After learning about Word Streak, of course the Software...