Quickstart: Odin
Date: 2022-02-21Table of Contents
1 Introduction
This post contains ‘quickstart’ instructions for getting familiar with the Odin system for extracting information from natural language. We use Odin in a number of projects in the ML4AI Lab.
Prerequisite: Complete the steps in Quickstart: Basics.
2 Reading
Read the Odin manual to get an overview of the Odin framework.
3 Tutorial
Try out the interactive Odin tutorial.
The quickest way to launch the tutorial is via Docker. If you have not already installed Docker on your computer, do so. Instructions are available here.
You can then run the following commands to clone the repository and launch the tutorial:
git clone git@github.com:clu-ling/odin-tutorial
cd odin-tutorial
docker-compose up
Then, navigate to localhost:8880
in your web browser to access the tutorial.