Step 1: Installing libraries 1.pip install Opencv-Python 2.pip install colorthief Step 2: Importing libraries import cv2 from colorthief i...
Python programming blog
Sunday, April 25, 2021
Sunday, April 18, 2021
Cricket scores prediction using linear regression
AKPython
Sunday, April 18, 2021
Step1: Importing the Libraries import numpy as np import pandas as pd Numpy is for performing numerical calculations. Pandas is for...
Sunday, April 11, 2021
Voice based sentiment analysis using python
AKPython
Sunday, April 11, 2021
Hello python programmers this is AK, In this blog, I'm going to show how to perform a voice-based sentiment analysis using python. I...