HumanMouse

This is the official code repository for ‘HumanMouse’. This gesture based screen navigation platform was developed for the CSE 314: Digital Image Processing course at SRM University, AP.

Team

Overview

In these times of COVID-19 pandemic, everybody has been locked down inside their homes. In such a situation, where droplets containing the virus are transmitted through touch, it is better to avoid touching anything at all, even computer mice. Often in a software development environment, many developers work together utilizing the mouse whenever they feel so, often for longer durations. We neither know if this set of people is hygienic nor whoever/whatever they have touched through their bare hands.

Therefore, we decided to build a platform that takes in real-time videos of the finger gestures and performs mouse operations corresponding to them. In order to build that, we focused on four main things:

Technology used

Dependencies:

Domains:

Screenshots/Demo Video

To perform ‘Traversal’ i.e. changing position of cursor:

Traversal

To perform ‘Left Click’:

Left Click

To perform ‘Right Click’:

Right Click

To perform ‘Double Click’:

Double Click

Have a look at this demonstrative video.

Usage

  1. Clone this repository.

git clone https://github.com/7uhinn/HumanMouse

  1. Move into the cloned repository.

cd HumanMouse

  1. If you don’t already have the required libraries: run this command

pip3 install -r requirements.txt

  1. Now, apply sellotape to the both the index fingers, middle finger of one hand and the thumb of the other. After that run this command

python3 mouse.py