/face-detection-Tkinter-and-Django

Face Detection - Tkinter and Django based app that uses OpenCV’s deep neural network module for face detection

Primary LanguagePython

This Repository contains two seperate face detection app built on

  • Django
  • Tkinter

It detects faces using OpenCV's deep neural network module. It opens the webcam and draws red rectangle as bounding box for faces after detecting them.

Adrian Rosebrock has provided a wonderful tutorial in his Blog. Please check it.