In this article, image analysis using Matplotlib and OpenCV is discussed. Let’s first understand how to experiment image data with various styles and how to… Read More
Category Archives: Project
What is Object Oriented Programming(OOP)? OOP is a programming paradigm based on the concept of “objects”, which may contain data, in the form of fields,… Read More
One fascinating area of research uses GPS to track the movements of animals. It is now possible to manufacture a small GPS device that is… Read More
Basically, as a lazy programmer, my desktop is full of files (Junk Files). Due to a large number of files, it is a daunting task… Read More
This article demonstrates how to create a simple Desktop Notifier application using Python. A desktop notifier is a simple application which produces a notification message… Read More
You may go through Generate a One Time Password or Unique Identification URL article before this for better understanding. Many a times we forget… Read More
This article covers the sentiment analysis of any topic by parsing the tweets fetched from Twitter using Python. What is sentiment analysis? Sentiment Analysis is… Read More
PIL is the Python Imaging Library which provides the python interpreter with image editing capabilities. It was developed by Fredrik Lundh and several other contributors.… Read More
This article focuses on how one can parse a given XML file and extract some useful data out of it in a structured way. XML:… Read More
The aim of this program is to let users mail/message on FB/SMS anyone using Terminal. The full project can be found here. So, first of… Read More
Face Detection Basics The objective of the program given is to detect object of interest(Car) in video frames and to keep tracking the same object.… Read More
In this post, a group chat application using MulticastSocket (Java Platform SE 7) class is discussed. A MulticastSocket is a (UDP) DatagramSocket, with additional capabilities… Read More
This article explains how one can perform various operations on a zip file using a simple python program. What is a zip file? ZIP is… Read More
The objective of the program given is to detect object of interest(face) in real time and to keep tracking of the same object.This is a… Read More
There are mainly two ways to extract data from a website: Use the API of the website (if it exists). For example, Facebook has the… Read More