From aa6fe0e353cdc52855538ef4a572174f293a21d2 Mon Sep 17 00:00:00 2001 From: Pelumi Adeboye Date: Sun, 4 Jun 2023 01:47:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b5a0b5..57fddda 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ pip install -r requirements.txt This will install the required packages, including random, necessary for running the game. +Place your trained TensorFlow model file (`keras_model.h5`) and the corresponding label file (`labels.txt`) in the project directory. + ## Game Implementation The Rock-Paper-Scissors game consists of the following components: