Created Virtual Piano Player, a Python application powered by OpenCV. This project allows users to play a virtual piano using hand gestures captured by a webcam. With real-time piano key detection and synthesized piano sounds, users can enjoy the experience of playing various notes and chords without needing a physical piano.
- Real-time piano key detection using OpenCV
- Synthesizing piano sounds
- Playing various notes and chords
-
Install OpenCV:
git clone https://github.com/Github2k10/Virtual-Piano.git cd ./Virtual-Piano pip install opencv-python mediapipe pyglet
- Run the program using the provided instructions.
python main.py
- Follow the on-screen instructions to interact with the virtual piano using hand gestures captured by your webcam.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Test your changes.
- Submit a pull request.