Skip to content

paulburkhardt/Entity-Matching-With-LLMs

Repository files navigation

Entity-Matching-LLMs

Getting started

Install poetry if you don't have it already

curl -sSL https:/install.python-poetry.org | python -

Add the following line to your .bashrc or .zshrc

export PATH="$HOME/.local/bin:$PATH"

Verify the installation by running

poetry --version

Install dependencies

poetry install

Start virtual environment

poetry shell

Select the right kernel in the jupyter notebook

Select another kernel -> python environments -> .venv

Run the notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published