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 […]
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 […]
How to Fix CORS Policy -No Access Control Allow Origin For Web Fonts In WordPress
Published on :Hello Guys ! This tutorial will be a very short one. In this tutorial I am going to share an issue which I faced in my wordpress website and how I managed to fix it. Last week on my buzzneers website I saw that my webpages were missing webfont icons […]
How to Add Splash Screen in Flutter
Published on :Hello Folks ! ๐ Today I will be showing you how we can easily add a splash screen to our Flutter application. So first thing first, What is splash screen ? A splash screen is a screen which appears when you open an app on your mobile device. Sometimes itโs […]
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 […]