python

object detection

Object Detection in Pytorch | What is Object Detection?

What is object detection? Object detection is a computer vision technique in which a software system can detect, locate, and trace the object from a given image or video. The special attribute about object detection is that it identifies the class of object (person, table, chair, etc.) and their location-specific coordinates in the given image.

Object Detection in Pytorch | What is Object Detection? Read More »

Jupyter notebook install

How to Install Jupyter Notebook – Guide

Introduction Jupyter Notebook is an open-source web application. This application allows you to create documents that can contain live code, equations, visualizations, images, and narrative text. This application is mainly used for data science or statistical evaluation purpose. These processes include data cleaning, data transformation, numerical simulation, mathematical computations, statistical modelling, data visualization, machine learning,

How to Install Jupyter Notebook – Guide Read More »

data cleaning in python

Data Cleaning in Python | What is Data Cleaning?

What is Data Cleaning in Python? How to perform Data Cleaning in Python? Remove Repeated Values Missing Value Treatment Removal of irrelevant data Manual Error While Typing Renaming Columns Contributed by: Praneeta LinkedIn Profile: linkedin.com/in/praneeta-Kalaskar-903073a1 When we talk about the real world, most of the data we come across for analysis is raw data. This

Data Cleaning in Python | What is Data Cleaning? Read More »

facial recognition using python

Facial Recognition using Python | Face Detection by OpenCv and Computer Vision

Facial recognition is part of the computer vision techniques, and when I am talking about computer vision, what does that stand for, and how is that related to our life? Let’s a take real-time example, Our generation is quite familiar with Social media platforms, and we all share our memories with our virtual friends. But

Facial Recognition using Python | Face Detection by OpenCv and Computer Vision Read More »

Scroll to Top