From eb72d24ea49da74864f96b60930bad0468430cf5 Mon Sep 17 00:00:00 2001 From: Pelumi Adeboye Date: Sat, 3 Jun 2023 13:47:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf6e83..5b5a0b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Computer Vision RPS This project utilizes an image classification model trained using Teachable Machine. The model is designed to classify images into different classes of Rock, Paper, Scissors and Nothing. The model is saved in the TensorFlow format with the filename `keras_model.h5`, and the corresponding labels are stored in the `labels.txt` file. -##Environment Setup +## Environment Setup To set up the environment for running the Rock-Paper-Scissors game, follow these steps: Ensure you have Python installed on your machine. You can download the latest version of Python from the official website: `python.org`.