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

https://github.com/octonawish-akcodes/detectovert


https://github.com/octonawish-akcodes/detectovert

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Detectovert

![image](https://user-images.githubusercontent.com/76171953/180640657-5a1e4075-a8d3-4567-ae72-79b561db6a1b.png)

It's an Ai model which will create a pattern of the movements you will make infront of your camera when you execute this program.

## Installation

You will need to install some basic libraries in order to run it.

> Make sure you have pip and python already installed in your PC.

1. Mediapipe
```
pip install mediapipe
```

2. cv2

```
pip install opencv-python
```

After successful installation run the file **main.py** and Voila!!! you will seee the patterns of your hand.

> This project was my first Submission at MLH Hackathon and won 3rd overall prize winner.

![Screenshot from 2022-08-04 18-40-28](https://user-images.githubusercontent.com/76171953/182855091-f7bc5e26-14cf-4a0d-a436-208f47e7558a.png)