exe1023 / Annotator

The website used to annotate text data written in django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotator

Run

pip3 install -r requirement.txt

python3 manage.py runserver

How it works

There are 3 variables data_dir, dump_file and log_file defined in me_annotate/views.py. Users can select the data which they want to annotate from data_dir. The dumped database will be stored in dump_file and the log file will be stored in log_file. These 3 variables are corresponding to environment variables DATA, DUMP and LOG respectively

About

The website used to annotate text data written in django


Languages

Language:Python 52.0%Language:HTML 46.6%Language:CSS 1.4%