Perform Sentiment Analysis on IMDB Movie Review Dataset.
- tensorflow - TensorFlow is an open source software library for high performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters of servers to mobile and edge devices.
- Keras - Keras is a high-level neural networks API for Python.
You should have Python3 and Anaconda installed in your system. To install other required libraries, run the following command in the terminal.
pip install -r requirements.txt