This repository contains the Ipython notebooks used in our webinar demos and all necessary components to run them.
- Python version >= 2.7 with
pip
- Install
virtualenv
by executingpip install virtualenv
if necessary
- Check if your system satisfies the requirements above
- Clone the repository to your local machine
- Download the virtual environment folder from this link and place it into the repository folder
- Download the data from this link and place it into the repository data folder
- Open terminal and access the repository
- Activate
dnn_env
virtual environment by executingsource dnn_env/bin/activate
- (dnn_env) will be displayed before the current terminal cursor
- Start the notebook server and access the notebook
- After shutting down the notebook server, to deactivate the virtual environment, execute
deactivate
- virtualenv: reference link