what do i need to install to import cv2?
Can't import cv2
Hey @Roopa1i_ma1hotra, you need to install opencv to be able to import cv2. To install opencv, just run the following command in anaconda prompt :
conda install -c conda-forge opencv
I hope this helps !
Please mark the doubt as resolved in your doubts section !
Happy Learning