https://github.com/octonawish-akcodes/detectovert
https://github.com/octonawish-akcodes/detectovert
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octonawish-akcodes/detectovert
- Owner: octonawish-akcodes
- License: apache-2.0
- Created: 2022-07-24T09:21:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T13:11:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T03:01:41.409Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Detectovert

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.
