Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 839 Bytes

README.md

File metadata and controls

73 lines (53 loc) · 839 Bytes

CNN-Tutorial

Install on Linux

Clone the repo

git clone https://github.com/Renumics/cnn-tutorial

Change the directory

cd cnn-tutorial

Create virtual env

python -m venv .venv

Active the virtual env

source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Start Jupyter Lab

jupyter lab

or use your preferred code editor!

Install on Windows

Clone the repo

git clone https://github.com/Renumics/cnn-tutorial

Change the directory

cd cnn-tutorial

Create virtual env

python -m venv .venv

Active the virtual env

.\.venv\Scripts\Activate

Install dependencies

pip install -r requirements.txt

Start Jupyter Lab

jupyter lab

or use your preferred code editor!