Archives
Create a Weather Texting Python Script
Posted on May 10, 2020 2 Comments
For this blog post, it will be a little different, as this just consists of a 49 line python script. I wanted to create a simple script that would text me the weather in my area each morning when I woke up. Although I normally create projects in C#, I choose to do this in […]
Creating A Credit Card OCR Application Part 1
Posted on April 20, 2020 1 Comment
Throughout the computer vision and technology communities, credit card optical character recognition and detection has become a growing trend for those who want to creating a starting program to get their feet wet in computer vision and OCR. Although we wont be creating an corporate grade OCR detection software today, we will be creating an […]