akashpanda commited on
Commit
4019815
1 Parent(s): 080e2d0

Trained the model with a new architecture

Browse files
Files changed (6) hide show
  1. .DS_Store +0 -0
  2. .gitignore +1 -0
  3. app.py +1 -0
  4. export.pkl +2 -2
  5. rock_paper_scissor_training.ipynb +0 -0
  6. rps_train.ipynb +0 -0
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  Rock-Paper-Scissors
 
2
  .vscode
 
1
  Rock-Paper-Scissors
2
+ rockpaperscissors
3
  .vscode
app.py CHANGED
@@ -11,6 +11,7 @@ from hands.hand_interface import Hand
11
  hand_labels = [ROCK, PAPER, SCISSORS]
12
  # Use hand names to add logic for the game
13
 
 
14
  # Define a User enum
15
  class User(Enum):
16
  HUMAN = 1
 
11
  hand_labels = [ROCK, PAPER, SCISSORS]
12
  # Use hand names to add logic for the game
13
 
14
+
15
  # Define a User enum
16
  class User(Enum):
17
  HUMAN = 1
export.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff472cf3d116fd7530739650fcbea1b4c63905e086c1803f137d8ab38186dc3f
3
- size 102922749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d24972407ba2f7061fbf34a721aae3f44e6db1c8bac7e93d97445a08fcce7ae
3
+ size 114638441
rock_paper_scissor_training.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
rps_train.ipynb ADDED
The diff for this file is too large to render. See raw diff