Project | Word Count using Jupyter Notebook Python In this blog, we are going to learn how to make a program that can count words in text files or strings that you have…
Read moreHow to track any color in opencv python import cv2 import numpy as np cap = cv2.VideoCapture(0) # take webcam as input while True: success , frame = cap.read() #…
Read moreOpencv ,matplotlib interactive thresholding finding in jupyter python In this we will see how to use opencv , matplotlib.pyplot and ipywidgets to make interactive thr…
Read more
Social Plugin