Welcome to the Computer Vision Game repository! This project showcases an interactive and immersive gaming experience powered by the MediaPipe library. With the utilization of computer vision techniques, this game offers a unique and engaging way to interact with the virtual environment.
Follow these steps to get the game up and running on your system:
- Prerequisites: Make sure you have Python installed on your machine.
- Clone the Repository: Clone this repository to your local machine using the following
git clone https://github.com/ankitaniket/Computer_Vision_Game
- Install Dependencies: Navigate to the project directory and install the required dependencies:
cd computer-vision-game
pip install -r requirements.txt
- Run the Game: Launch the game by running the main script:
python main.py
We welcome contributions from the open-source community! If you'd like to contribute to the project, please follow these steps:
- Fork the repository to your GitHub account.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes and ensure the code follows our coding guidelines.
- Submit a pull request detailing your changes and explaining the purpose of the pull request.
We would like to express our gratitude to the developers of the MediaPipe library for providing such a powerful and versatile tool for computer vision applications.