This repository have programs which can detect eye, eye blink, face, hand, palm, mouth, face, smile by using opencv haarcascade xml files and mncnn and mediapipe. Haarcascade detection were not too sensitive but detection by mediapipe and mtcnn models awesome.
- Full body detection
- Motion Sensor
- Cursor movement and click by eye
- Cursor movement and click by finger
- Emotion detection
- Sleep detection.
- Build a Security system
cd project_directory
pip install venv
python -m venv venv
./venv/Scripts/activate
cd project_directory
pip install venv
python -m venv venv
source venv/bin/activate
cd project_directory
pip install venv
python -m venv venv
source venv/bin/activate
Now you are ready to install required python packages in your virtual envirionment.
pip install -r requirements.txt
pip install opencv-python pyautogui
pip install mtcnn
pip install mediapipe
Haarcascade files are downloaded from here .
Copyright © baponkar 2024