What is Computer Vision? Computer vision is a subfield of artificial intelligence (AI) that enables computers to derive information from images, videos, and various other visual inputs. Computer vision enables computers to see, observe, identify, and understand visual inputs. Why Python is the Go-to Language for Computer Vision The realm of computer vision has seenContinue reading “Python for Computer Vision”
Tag Archives: engineeringblog
Python 103… User Input and Numbers
Continuing in the Python series, this tutorial will cover how to interact with user input and having some fun with math and numbers! We will build upon the previous tutorial Python 102… Everything Strings and work to combine strings with numbers. Let’s dive in! This tutorial will touch upon the program we will build inContinue reading “Python 103… User Input and Numbers”
Building Your First Web App – React and GitHub Pages
Being able to build a website for your idea or business is a skill that may seem unobtainable. In this tutorial we will cover how to create your first web application using React and deploy your site to GitHub Pages! Let’s first give some context and background about React and Github Pages. This tutorial willContinue reading “Building Your First Web App – React and GitHub Pages”
Machine Learning???
If you read the first blog post So You Want to Start Coding… you know that I mentioned machine learning and artificial intelligence. But what exactly is machine learning? Before we dive into the inner workings of the field, let’s talk about some ways machine learning has changed the world we live in! In this post,Continue reading “Machine Learning???”