Skip to content

anudeepsekhar/The-Assembly-Computer-Vision-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-Assembly-Computer-Vision-Worshop

Steps to setup Jupyter Notebooks

Step 1: Install Anaconda installer from here: https://www.anaconda.com/distribution/ For an installation guide to install Anaconda on your system for:

Step 2 : Open Anaconda Navigator -> Go to Environments -> To create a new virtual enviroment, press Create.

virtualenv


Step3 : Name the virtual enviroment, tick the Python option and select 3.6 as the version, press Create.

selectenv


Step 4 : To run the virtual environment press the Play button and select Open Terminal.

runenv


Step 5 : Go to the github repository click Clone or Download and press Download Zip to download the contents of the repository as a zip file. Extract it.

image


Step 6 : On the Terminal that you opened, direct to the directory where the unziped repository is stored. Copy the path of the directory and type the following: cd \the\path\to\the\repository\directory

image


Step 7 : To install all the libraries required, type the following on the terminal (this process could take a few minutes): pip install -r requirements.txt

image


Step 8 : After all the libraries are inatalled, navigate to the location of all the Jupyter Notebooks, type the following on the terminal: cd Notebooks


Step 9 : Finally, to launch Jupter notebooks, type jupyter notebook on the terminal

image


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors