/LESSONS-Deep-Learning

A repo for my Udacity lessons, exercises, and final project on Deep Learning.

Primary LanguageJupyter Notebook

LESSONS-Deep-Learning

A repo for my Udacity lessons, exercises and final project on Deep Learning.

How To

Clone this repository

$ git clone git git@github.com:fab7/LESSONS-Deep-Learning.git
$ cd LESSONS-Deep-Learning

Create and activate a Virtual Environemnt

It is a recommended best practice to always create a Virtual Environemnt. This will make this project easily reproducible and will isolate it from your system installed Python and other Python environments.

$ python3 -m venv .venv
$ source .venv/bin/activate

Install the required Python packages

❗Info/Warning❗ Make sure you are in your virtual environment
(.venv)$ pip install -r requirements.txt

Start the Jupyter Notebook

(.venv)$ jupyter notebook