This repository contains the Tutorials and my solutions to the NLP Nanodegree's Projects powered by Udacity. See https://www.udacity.com/course/natural-language-processing-nanodegree--nd892
Original source code retrieved from Udacity online environments and from the following Udacity repository:
I run all the code on Udacity workspace which is a docker image with all the dependencies.
Software requirements
The requirements to run most of the projects are python environment see instructions, Tensorflow see instructions, Keras and Jupyter Notebook See instructions.
Hardware requirements
You will need to have a good GPU to run some of the projects.
Instructions
Simply clone this repository, activate the virtual environment and install the requirements dependencies:
git clone https://github.com/lordkevinmo/Natural-Language-Processing---ND.git
pip install -r requirements.txt