Skip to content

Renumics/cnn-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published