Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhifuturetech/gesture-controlled-robotic-hand-via-cv

This project used computer vision to detects and interprets hand gestures to control robotics hand.
https://github.com/abhifuturetech/gesture-controlled-robotic-hand-via-cv

computer-vision dynamics kinematics large-language-models mediapipe opencv python robotics

Last synced: about 2 hours ago
JSON representation

This project used computer vision to detects and interprets hand gestures to control robotics hand.

Awesome Lists containing this project

README

        

# Robotics Hand Control Through Computer Vision

This project goal is to create a controlled robotics hand that responds to hand movements. Utilizing an Arduino Uno as the microcontroller, the system translates real-time hand gestures into commands for the robotic hand. I used computer vision technologies, such as mediapipe and opencv to enhances the recognition and interpretation of hand movements.

## Hardware Specifications

- Arduino Uno
- MG90S Servo
- BAttery 9v
- Voltage Regulator 6v
- Breadboard
- Jumper Wires
- Robotic Hand

## Software Specifications

- Arduino
- Visual Studio Code
- Fritzing

## You need to install this libraries

```bash
pip install opencv-python
```
```bash
pip install mediapipe
```
```bash
pip install numpy
```
```bash
pip install matplotlib
```