From c097db835c41620c36e030ec2d8cb9c23e8cb7b8 Mon Sep 17 00:00:00 2001 From: XJFan05 <155476644+XJFan05@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:39:41 -0500 Subject: [PATCH] Update README.md Add the dependencies of TranslationAI --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fecf375..0850ec9 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,16 @@ cd TranslationAI python setup.py install ``` -TranslationAI requires ```tensorflow>=1.2.0```, which is best installed separately via pip or conda (see the [TensorFlow](https://www.tensorflow.org/) website for other installation options): +Ensure you have the following dependencies installed: ```sh -pip install tensorflow -# or -conda install tensorflow +python==3.9 +h5py==3.7.0 +keras==2.8.0 +python-dotenv==1.0.0 +numpy==1.23.5 +scikit-learn==1.3.2 +tensorflow==2.8.4 ``` ### Usage