Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 527 Bytes

AIND Projects

This is a collection of all AI Nanodegree projects revisitedand documented.

Hardware and software requirements

  1. nvidia graphics card compatible with Tensorflow v1.6
  2. CUDA v9.0
  3. cuDnn v7.0

Installation

  1. Download and install latest python
  2. Download and install anaconda
  3. Create environment
conda create --name <ENV_NAME> --file requirements.txt

Update pip packages

  1. pip install <PACKAGE_NAME>
  2. Run pip freeze then export
pip freeze
pip freeze > requirements.txt