From 1ca55970fbdc27645ab113de4e505f8c0f770a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=B4i=20Nguy=C3=AAn?= <73652787+khooinguyeen@users.noreply.github.com> Date: Wed, 23 Feb 2022 20:14:10 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33d7bfa02d..607aea7232 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ git clone https://github.com/khooinguyeen/Sign-Language-Translator.git !pip install tensorflow==2.5.0 tensorflow-gpu==2.5.0 opencv-python mediapipe sklearn matplotlib ``` -### (3) go to the file [ActionDetection.ipynb](https://github.com/khooinguyeen/Sign-Language-Translator/blob/main/Sign%20Language%20Translator/ActionDetection.ipynb) to play with ipython notebooks and run the model +### (3) go to the file [RunModel.ipynb](https://github.com/khooinguyeen/Sign-Language-Translation/blob/main/Sign%20Language%20Translator/RunModel.ipynb) to play with ipython notebooks and run the model * Relative path: ``` -Sign Language Translator\ActionDetection.ipynb +Sign Language Translator\RunModel.ipynb ``` ### (4) to collect more data by your own, go to the file [CollectData.ipynb](https://github.com/khooinguyeen/Sign-Language-Translator/blob/main/Sign%20Language%20Translator/CollectData.ipynb)