Skip to content

meerkatsman/tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow

Overview

This repository contains the Ipython notebooks used in our webinar demos and all necessary components to run them.

System requirements

  1. Python version >= 2.7 with pip
  2. Install virtualenv by executing pip install virtualenv if necessary

Installation

  1. Check if your system satisfies the requirements above
  2. Clone the repository to your local machine
  3. Download the virtual environment folder from this link and place it into the repository folder

Data

  1. Download the data from this link and place it into the repository data folder

Use

  1. Open terminal and access the repository
  2. Activate dnn_env virtual environment by executing source dnn_env/bin/activate
  3. (dnn_env) will be displayed before the current terminal cursor
  4. Start the notebook server and access the notebook
  5. After shutting down the notebook server, to deactivate the virtual environment, execute deactivate

Misc

  1. virtualenv: reference link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%