Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baponkar/computer-vision

Computer Vision : Eye detection, Eye Blink detection, Face detection, Smile detection, Mouth detection, hand detection, Finger track by opencv in python.
https://github.com/baponkar/computer-vision

computer-vision eye-detection face-recognition mouth-detection opencv python3 smile-detection

Last synced: 10 days ago
JSON representation

Computer Vision : Eye detection, Eye Blink detection, Face detection, Smile detection, Mouth detection, hand detection, Finger track by opencv in python.

Awesome Lists containing this project

README

        

[![IN](https://img.shields.io/badge/%F0%9F%87%AE%F0%9F%87%B3-maker?style=plastic&color=blue
)](https://en.wikipedia.org/wiki/India)
[![Python badge](https://img.shields.io/badge/Python-3.7.10-blue.svg?logo=python&style=flat)](https://www.python.org/downloads/release/python-3107/)
[![opencv badge](https://img.shields.io/badge/Opencv-4.9.0.80-blue.svg?logo=opencv&style=flat)](https://pypi.org/project/opencv-python/)
[![mtcnn badge](https://img.shields.io/badge/Mtcnn-0.1.1-blue.svg?logo=Mtcnn&style=flat)](https://pypi.org/project/mtcnn/)
[![Mediapipe badge](https://img.shields.io/badge/Mediapipe-0.10.11-blue.svg?logo=mediapipe&style=flat)](https://pypi.org/project/mediapipe/)
[![PyAutoGUI badge](https://img.shields.io/badge/PyAutoGUI-0.9.54-blue.svg?logo=PyAutoGUI&style=flat)](https://pypi.org/project/pyautogui/)

---

![Issue](https://img.shields.io/github/issues/baponkar/computer-vision)
![fork](https://img.shields.io/github/forks/baponkar/computer-vision)
[![star](https://img.shields.io/github/stars/baponkar/computer-vision)](https://github.com/baponkar/computer-vision/stargazers)
[![License](https://img.shields.io/github/license/baponkar/computer-vision)](https://github.com/baponkar/computer-vision/blob/main/LICENSE)

[English](README.md) | [বাংলা](README.ben.md)
---

Funny Cat GIF

# [Computer Vision](https://github.com/baponkar/computer-vision)

## A Screenshot

Finger Detection


Your browser does not support the video tag.

## License
[GNU GPL v3.0](LICENSE)

## Description :
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.

## Future addition:

* 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

## Python Version - 3.7.10

## Creating and Activate Virtual Python Envirionment

[![Windows](https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white)](#)

```
cd project_directory
pip install venv
python -m venv venv
./venv/Scripts/activate
```

[![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black)](#)

```bash
cd project_directory
pip install venv
python -m venv venv
source venv/bin/activate
```

[![macOS](https://img.shields.io/badge/macOS-000000?logo=macos&logoColor=F0F0F0)](#)

```
cd project_directory
pip install venv
python -m venv venv
source venv/bin/activate
```

## To download required python packages :
Now you are ready to install required python packages in your virtual envirionment.
```
pip install -r requirements.txt
```

## Installing Manually :

```
pip install opencv-python pyautogui
pip install mtcnn
pip install mediapipe
```

## Latest Stable Release :

* [v2.0](https://github.com/baponkar/computer-vision/releases/tag/2.0)

* [v1.0](https://github.com/baponkar/computer-vision/releases/tag/1.0)

## Haarcascade files are downloaded from [here](https://github.com/anaustinbeing/haar-cascade-files) .

## Credits:

1. [haar-cascade-files](https://github.com/anaustinbeing/haar-cascade-files)

## Contact:
![Gmail](https://img.shields.io/badge/Gmail-baponkar%40gmail.com-red?logo=gmail)
[![X](https://img.shields.io/badge/X-%40baponkar-maker?logo=x&logoColor=black&labelColor=red&color=black
)](https://x.com/kar_bapon)
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?logo=linkedin&logoColor=white)](https://in.linkedin.com/in/bapon-kar-815098200)
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://youtube.com/@gamingjam8394?si=cElodqeKqe5PgX_o)

----
Copyright © [baponkar](https://github.com/baponkar) 2024