Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aviralgarg05 authored Oct 3, 2024
1 parent f00d911 commit adc51b2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Computer Vision/Hand Game Controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ This project captures the live feed from a camera (either from your PC or mobile

These gestures are customizable and can be adjusted based on user preferences or the specific game being played.

## Screenshots

![Screenshot 1](https://raw.githubusercontent.com/aviralgarg05/ML-Nexus/f00d9116375685d3ce67852348a2f21d353b56f4/Computer%20Vision/Hand%20Game%20Controller/Screenshot%202024-10-03%20183106.png)
![Screenshot 2](https://github.com/aviralgarg05/ML-Nexus/blob/f00d9116375685d3ce67852348a2f21d353b56f4/Computer%20Vision/Hand%20Game%20Controller/Screenshot%202024-10-03%20183129.png?raw=true)
![Screenshot 3](https://github.com/aviralgarg05/ML-Nexus/blob/f00d9116375685d3ce67852348a2f21d353b56f4/Computer%20Vision/Hand%20Game%20Controller/Screenshot%202024-10-03%20183619.png?raw=true)
![Screenshot 4](https://github.com/aviralgarg05/ML-Nexus/blob/f00d9116375685d3ce67852348a2f21d353b56f4/Computer%20Vision/Hand%20Game%20Controller/Screenshot%202024-10-03%20183644.png?raw=true)

## Installation

To get started, clone the repository and install the required dependencies.
Expand All @@ -31,7 +38,7 @@ cd hand-controller
pip install -r requirements.txt
```

Make sure you have Python 3.x installed along with the required libraries in `requirements.txt`.
Make sure you have Python 3.x installed along with the required libraries in `requirements.txt`.

### Requirements:

Expand All @@ -41,7 +48,7 @@ Make sure you have Python 3.x installed along with the required libraries in `re

## Usage

You can use either your PC's camera or your mobile camera to control the car.
You can use either your PC's camera or your mobile camera to control the car.

### Using PC Camera:
1. Run the following command to start the program with your PC webcam:
Expand Down

0 comments on commit adc51b2

Please sign in to comment.