article thumbnail

Face Detection using Haar-Cascade using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. In this article, we will discuss implementing a face detector using Haar Cascade in OpenCV python. In the last article, we talked about real-time object classification; if you haven’t checked it yet, the link is here. Introduction Hey Folks !!

Python 396
article thumbnail

Introduction to Requests Library in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Requests in Python is a module that can be used to send all kinds of HTTP requests. The post Introduction to Requests Library in Python appeared first on Analytics Vidhya. It is straightforward to use and is a human-friendly HTTP Library.

Python 400
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Top 40 Python Libraries for AI, ML and Data Science

Analytics Vidhya

Introduction Python is the magic key to building adaptable machines! Python’s superpower? This article is […] The post Top 40 Python Libraries for AI, ML and Data Science appeared first on Analytics Vidhya. Known for its beginner-friendliness, you can dive into AI without complex code.

article thumbnail

20 Most Asked Interview Questions of Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Python is a general-purpose and interpreted programming language. The post 20 Most Asked Interview Questions of Python appeared first on Analytics Vidhya. It can be used to create a Web application and is widely used in Artificial Intelligence.

Python 384
article thumbnail

A-Z About Python Arrays

Analytics Vidhya

Introduction Arrays in Python are data structures that can hold multiple values of the same data type. They provide a way to store and manipulate collections of data efficiently.

Python 326
article thumbnail

Python String Matching With Pregex

Analytics Vidhya

Introduction String matching in Python can be challenging, but Pregex makes it easy with its simple and efficient pattern-matching capabilities. In this article, we will explore how Pregex can help you find patterns in text effortlessly.

Python 328
article thumbnail

Making Centroid Tracker and Counter System in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we will learn how to make an object tracker using OpenCV in Python and using, and we will build an object tracker and make a counter system. A tracker keeps track of moving objects in the frame; In OpenCV, […].

Python 372