Hello Guys ! Today I will be showing you how we can deploy our apps on Heroku cloud in quick and easy steps. For this example I will be deploying a Flask application on Heroku using Heroku CLI. So just stay along with me till the last of this tutorial […]
Create Delaunay Triangulation Face On Live Webcam OpenCV Python
Published on :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 […]
How to Get HSV Values From RGB Colorspace and vice-versa In Python
Published on :Hello Folks ! Today I will be sharing a solution of one of the most common problem that we face while working on image processing i.e. getting values of HSV from RGB colorspace. Usually we encounter this problem when we need to segment out specific part of image using OpenCv’s […]
Using Docker With Django And MySQL Application
Published on :Hi Fellas ! Today I will be showing you how we can dockerise a django with MySQL application. I will be explaining you what Docker and Containers are ? Why should we use docker to deploy our codes ? And at last I will be showing you how we can […]
How to download video from YouTube using Python
Published on :Hi Readers ! Today I am going to show you all how to download youtube videos using python.As we all know that YouTube is the most popular platform for viewing and sharing videos with others. However,sometimes you feel like to download a video so that you can view it later […]