#python
Read more stories on Hashnode
Articles with this tag
The code of following operation on videos will cover in this blog how to save the video? import cv2 video = cv2.VideoCapture("path_of_inputPath") if...
Pep8 standards are coding convention which help to write python code. The purpose of Pep8 to write a code in such a way it is easily understand for...
Classification and localization of mask and unmask person. ยท Problem In this blog, you will learn how to train the yolov5 model on a custom dataset....
Problem We have to do the binary classification and trained model for classifying whether the email lies in spam or ham category. Flow to solve the...
If we create a virtual environment and open up the jupyter notebook in it, we can face the problem of "no module found issue" . We can resolve this...