Python Tutorial
Python is a verstile programming language that has gained a lot of attention and popularity. Using Python, you do things like develop web applications, desktop applications, task automation, artificial intelligence (AI), big data, data analytics, machine learning (ML), and many other things.
Python is really becoming as the leader in data science and data analytics. With so many open source libraries to choose from (Pandas, scikit-learn, NumPy, Matplotlib), learning data analysis in Python just got so much easier.
Draw Snowflake using turtle in Python
Python TutorialTurtle module is a simple graphic Python library to create simple yet elegant drawing using Python. Because of its simplicity, turtle is usually the first graphical Python library introduce to Python beginners. In this tutorial I will show you how to...
Create Basic Drag and Drop Effect using PyQt5
PyQt5 TutorialBy creating drag and drop effect, we can provide a simple visual mechanism giving users the ability to transfer text or information between different applications or widgets, kind like the drag and drop thing you do with a clipboard.In this tutorial I...
Google Vision API (Part 14) – Detect Web Entities and Pages
Overview Google Cloud Vision API Web Detection feature searches and identify images references that are either similar or identical. The Web Detection feature offers six different types of information listed below: Web entities: returns a list of recommended tags...
Google Vision API (Part 13) – Detect Explicit Content (Safe Search Feature)
Overview Google Cloud Vision API Safe Search Detection feature search for any explicit contents based on these five categories - adult, spoof, medical, violence, and racy and return the likelihoods. In this tutorial we are going to learn how to use Google Vision API...
Google Vision API (Part 12) – Objects Detection
Overview Using the Google Cloud Vision API Object Detection feature, we can identify different objects such as chair, tables, bicycle, door, lamp, etc, in an image. In this tutorial we are going to learn how to use Vision API's object localization method to track both...
Google Vision API (Part 11) – Logos Detection
Overview Using the Good Cloud Vision API Logo Detection feature, we can easily identify logos related to products and companies. In this tutorial we are going to learn how to use the logo_detection method to detect company and product logos in Python. Documentation...
Google Vision API – Draw Square Borders Based on Vertices Values
In this tutorial we are going to learn how to use the Pillow Python library to draw the borders around the detected object based on the Google Vision API vertices JSON responses.
Google Vision API (Part 10) – Detect Famous Landmarks
OverviewThis is probably one of my favorite feature of the Google Vision API, being able to detect famous places and landscapes based on an image I uploaded. The Landmark detection feature detects famous places whether it is a natural landscape like Yosemite or...
Google Vision API (Part 9) – Detect Labels
Overview Google Cloud Vision API can analyze an image, detect and extract information of different objects and entities in an image Using the Label Detection feature we can identity general objects, locations, activities, animal species, products, and more. In this...
Google Vision API (Part 8) – Detect Image Properties
Overview The Image Properties feature detects general attributes of an image, such as the dominant colors composed in the image. In this tutorial we will learn how to use the IMAGE_PROPERTIES method of the Google's Vision API. Documentation...
