Instructions to use abaryan/Rock_Paper_Scissors with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use abaryan/Rock_Paper_Scissors with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://abaryan/Rock_Paper_Scissors") - Notebooks
- Google Colab
- Kaggle
c++ commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,4 @@ tags:
|
|
| 9 |
- rock, paper, scissors
|
| 10 |
- hand sign
|
| 11 |
---
|
| 12 |
-
RPC
|
|
|
|
| 9 |
- rock, paper, scissors
|
| 10 |
- hand sign
|
| 11 |
---
|
| 12 |
+
RPC, Rock Paper Scissiors model using Convolutional Neural Network (CNN/ VGG16) KERAS architecture
|