Here’s a few tricks to help keep your Mac running on tip top condition and cleanup bloated or cached files. The Homebrew ecosystem helps Mac users download apps and packages. Homebrew – the missing package manager for Mac. To install Homebrew, run the following script below. /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Then you can run a formula to download and…
Artificial Intelligence (AI), Machine Learning (ML), Natural Language Processing (NLP), Natural Language Generation (NLG), Neural Networks and Deep Learning (DL); these acronyms all fall under the AI umbrella of making machines smarter. This could be as tech rudimentary as offering spelling and grammar checking to complex solutions such as autonomous driving vehicles. Artificial Intelligence – making machines smarter Over the…
Quick blog post on how to extract text from an image, pdf, word doc, excel spreadsheet and more using Python and the textract library. If you haven’t already, jump into the various other blog posts on Python on the blog here to get a better understanding of the language. For this solution, let’s start by creating a new directory and…