emotion-recognition-neural-networks
emotion-recognition-neural-networks copied to clipboard
Running on external Video
How do i run the same code on some video i have on my system? Any help guys?
I could not even run the code , can you help me please,I get the error below

@yazidabdulsalam Looks like you do not have opencv library installed in your environment.
pip install opencv-python? or cv2
@Mrinal18 You need to open the video stream with videopath instead of 0 (webcam) cv2.VideoCapture(videoPath)