Skip to content

h3nr7/aind-projects

Repository files navigation

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

Releases

No releases published

Packages

No packages published