Skip to content

Assignments for the Zoekmachines (IR0) course at the University of Amsterdam

Notifications You must be signed in to change notification settings

irlabamsterdam/uva-ir0-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UvA Information Retrieval 0

Assignments for the Zoekmachines (IR0) course at the University of Amsterdam.

Setup

Follow the steps below to set up the environment for the assignments.

  1. Clone this repository to your local machine:
git clone git@github.com:irlabamsterdam/uva-ir0-assignments.git
  1. Enter the repository:
cd uva-ir0-assignments
  1. We use Python 3.10 for the assignments. All additional dependencies are listed in environment.yaml. To set up a virtual environment with the correct Python version and dependencies, use conda or mamba. Mamba is a faster alternative to conda, and you can replace conda with mamba in all commands below:
conda env create -f environment.yaml
  1. Activate the environment in your current terminal session:
conda activate uva-ir0-assignments
  1. Launch a JupyterLab server to work on the assignments:
python -m jupyterlab

About

Assignments for the Zoekmachines (IR0) course at the University of Amsterdam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published