├── LICENSE ├── README.md ├── arduino_stone.ino ├── data_generator.py ├── hand_gesture_creating_model.py ├── predicting.py ├── requirements_cpu.txt └── requirements_gpu.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/README.md -------------------------------------------------------------------------------- /arduino_stone.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/arduino_stone.ino -------------------------------------------------------------------------------- /data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/data_generator.py -------------------------------------------------------------------------------- /hand_gesture_creating_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/hand_gesture_creating_model.py -------------------------------------------------------------------------------- /predicting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/predicting.py -------------------------------------------------------------------------------- /requirements_cpu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/requirements_cpu.txt -------------------------------------------------------------------------------- /requirements_gpu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satinder147/stone_paper_scissor_defeator_using_opencv_keras/HEAD/requirements_gpu.txt --------------------------------------------------------------------------------