/akt_image-classification

This is a project for the university course 'AKT - Deep Learning and Computer Vision'.

Primary LanguageJupyter Notebook

akt_image-classification

This is a project for the university course 'AKT - Deep Learning and Computer Vision'.
Used Dataset: The Simpsons Characters Data

The Jupyter notebook was created collaboratively by David Lang, Matthias Kranzer and Simon Guschlbauer although commits might not reflect that.

Usage

Create a virtual environment

python -m venv <venv_name>
.\<venv_name>\Scripts\activate

Installation

pip install -r requirements.txt
python -m ipykernel install --user --name=<venv_name>

Open jupyterlab

python -m jupyterlab