Hello Guys ! Today I will be showing the process of drawing Delaunay triangles on face on live Webcam. I will be using OpenCV and Dlib modules of python for this project. So in case you have not installed these libraries I would suggest you to install them. Now before […]
Top 5 Scary Things About Big Data
Published on :Hello Guys ! Today we will be learning some key concepts of Big Data and some of the major challenges a company faces while dealing with Big Data.Before discussing on harder topics lets first begin with “What is Big Data ? “ Big data as its name suggests dealing with […]
Introduction to Machine Learning
Published on :Hello Folks ! Today you will get familiar with one of the most trendy topics of the current time which is Machine Learning. We will be covering some amazing algorithms of Machine Learning and concepts behind it. So first thing first we will be starting with what is Machine Learning […]
Plotting Financial graph with Bokeh and Pandas Data Reader
Published on :Hello Everyone ! In this tutorial I will be showing you, how to plot Financial stock market data using Bokeh library and Pandas Data reader in python.The modules that we are going to use for this tutorial are pandas,pandas data reader and bokeh. So in case you have not installed […]
Smile Detection using OpenCV (II)
Published on :Hello guys ! This tutorial is in continuation to the Smile Detection using OpenCV(I) tutorial.If you have not went through the previous tutorial,I highly recommend you to go through it before proceeding with this one. Assuming that you have gone through the last part, we start right from where we left. […]