A virtual rock-paper-scissors game that can be played against the computer.
To install all the dependencies, run:
pip install --user -r requirements.txt
1.👯 Clone the Repository:
$ git clone https://github.com/Harikrishnan6336/Rock_Paper_Scissors.git
- Then move to the working directory.
$ cd Rock_Paper_Scissors
- Setup the game by providing images of Rock paper scissors and Nothing in the order while the program captures it when executing the command below
$ python3 setup.py
- Play the game ✨
$ python3 main.py
- Python3.6 -
⚠️ ️ Warning : Tensorflow is not supported on any version of python above 3.6 as of now. - Tensorflow - The deep learning framework used
- OpenCV4 - A library of programming functions mainly used for real-time computer vision
- SqueezeNet - A deep neural network for computer vision
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 🍴 Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request
Please feel free to raise any issue...
Distributed under the MIT License. See LICENSE
for more information.