Skip to content

tzuhsial/IE-NLU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EditmeTagger

A Bidirectional LSTM IOB tagger trained on the Editme corpus. Implemented with allennlp.

Getting Started

First create a python 3.6 environment and install the necessary packages

# Installation
conda create -n editme python=3.6
conda activate editme
sudo apt install gcc
sudo apt install make
sudo apt install g++
pip install --upgrade pip
pip install -r requirements.txt
python -m spacy download en

A trained model is already saved in ./work_dir.

To run in terminal

python editme.py terminal

A server can be run with port 2004 as default

python edtime.py serve

About

Image Editing NLU component

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published