From fe298118d4080c86eaefbf78d7e16881e1155bf0 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 1 Oct 2020 18:38:41 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63381dc..6e87bb8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Implement some state-of-the-art text classification models with TensorFlow. Note: Original code is written in TensorFlow 1.4, while the `VocabularyProcessor` is depreciated, updated code changes to use `tf.keras.preprocessing.text` to do preprocessing. The **new** preprocessing function is named `data_preprocessing_v2` +## Installation +pip install tensorflow +https://www.tensorflow.org/ + ## Dataset You can load the data with