I want to develop a Windows Media Player in Python that works using face detection.
If a face detected using a webcam then the video will play, otherwise it is paused. So where should I start, what tools are used for media players and face detection in Python?
Please guide me. Thanks in advance.