Sample Project Video--OCR for Banking Checks

Every year, 17.3 billion checks are written in the US. The numerical values on each of these checks needs to be verified before transactions can be processed, however. In this sample project, we'll walk you through the thinking and programming process of how to build an Optical Character Recognition (OCR) program that reads in the text from a check image and verifies that the English and numerical monetary values match up. OCR is an advanced machine learning concept that we will not be teaching in this class--however, the algorithmic design and use of modules are very much in scope!

By the end of this course, you will be able to code projects like this one from scratch with just a little bit of research! Don't worry if very little or even none of this tutorial makes sense--for beginners in programming, you should have no idea how to implement any of this. Our actual classes will be much less brutal and much more interactive.

We hope to see you in class soon!