Skip to content
Snippets Groups Projects
Commit cf05dafc authored by Marco Kuhlmann's avatar Marco Kuhlmann
Browse files

Update README.md

parent 014a7c4b
No related branches found
No related tags found
No related merge requests found
# Natural Language Processing # Natural Language Processing
This repo contains materials for the course [TDDE09 Natural Language Processing](https://www.ida.liu.se/~TDDE09/). This repo contains materials for the course [TDDE09 Natural Language Processing](https://liu-nlp.ai/tdde09/).
Live notebooks: ## Getting started
* [Launch on binder.edu.liu.se](https://binder.edu.liu.se/v2/git/https%3A%2F%2Fgitlab.liu.se%2Fnlp%2Ftdde09/HEAD)
* [Launch on mybinder.org](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.liu.se%2Fnlp%2Ftdde09/HEAD) This project uses `uv` for dependency management and virtual environment handling.
### Prerequisites
Make sure you have `uv` installed. If not, you can install it with:
```bash
curl -Ls https://astral.sh/uv/install.sh | sh
```
Or see other install options in the [uv documentation](https://github.com/astral-sh/uv#installation).
### Setup instructions
Install dependencies into a new virtual environment:
```bash
uv sync
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment