This is a Multifactor detection model. In this model we are going to Detect the following parameters.
- Face
- Eyes
- Body
- Smile
it is a real time model which is working on live camera to detect the above parameters. it is developd with following tools:
- jupiter Notebook (editor)
- Haarcascade files.(To detect the different parameters)
- Tkinter (used to create GUI)
- Open CV (to Working with camera)
- Python (to create functions)