Skip to content

UL-FRI-Zitnik/NLP-Course-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorials for the Natural language processing course (UL FRI)

This repository is a part of Natural Language Processing course at the University of Ljubljana, Faculty for computer and information science. Please contact slavko.zitnik@fri.uni-lj.si or ales.zagar@fri.uni-lj.si for any comments.

Project setup

** NOTE: Project setup is being updated weekly in the summer semester 2024/25. **

Build your own image and run it (Docker)

  1. Build image
docker buildx build \
  --platform linux/amd64 \
  -t nlp-course-fri \
  ./docker_environment
  1. Run container
docker run --platform linux/amd64 -it \
  --mount type=bind,source=$(pwd),target=/jupyter-data \
  -p 8888:8888 \
  nlp-course-fri
  1. Navigate to http://localhost:8888 (password is 'Geslo.01') and enjoy!

Setup your local environment and run notebooks

Configuration tested on Mac M1 Max and Python 3.11.

Create environment, install libraries and run notebook server:

python -m venv ./venv
source ./venv/bin/activate
pip install -r- ./docker_environment/requirements.txt
jupyter notebook

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •