Skip to content

Commit

Permalink
Include Udacity course's URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fdasilva59 authored Sep 13, 2018
1 parent 0848fb5 commit fee77c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains the Tutorials and my solutions to the NLP Nanodegree's Projects.

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:
- https://github.com/udacity/hmm-tagger
- https://github.com/udacity/AIND-VUI-Capstone
Expand All @@ -13,4 +15,4 @@ I used a Ubuntu 16.04 docker image to run this code (with a Nvidia GPU installed

You should create a Conda Virtual environments using `conda env create -f conda-env.yml` command. Normally the created virtual environment should contain all the required Python libraries to execute the projects. (Don't forget to activate the conda environment with `conda activate nlpnd` before launching Jupyter Lab)

For the `7-Project-VoiceUserInterface` project, you should execute the `setup_container.sh` inside the virtual environment to meet the required configuration (this will downgrade the Keras version and install additional packages)
For the `7-Project-VoiceUserInterface` project, you should execute the `setup_container.sh` inside the virtual environment to meet the required configuration (this will downgrade the Keras version and install additional packages)

0 comments on commit fee77c6

Please sign in to comment.