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!
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!