This is a collection of all AI Nanodegree projects revisitedand documented.
- nvidia graphics card compatible with Tensorflow v1.6
- CUDA v9.0
- cuDnn v7.0
- Download and install latest python
- Download and install anaconda
- Create environment
conda create --name <ENV_NAME> --file requirements.txt
- pip install <PACKAGE_NAME>
- Run pip freeze then export
pip freeze
pip freeze > requirements.txt