Skip to content

Instantly share code, notes, and snippets.

@Aditya1001001
Last active May 16, 2022 05:48
Show Gist options
  • Save Aditya1001001/343b302fb41dd860998cdfc58d08742d to your computer and use it in GitHub Desktop.
Save Aditya1001001/343b302fb41dd860998cdfc58d08742d to your computer and use it in GitHub Desktop.
install scripts for text annotation tools
git clone https://github.com/nlplab/brat.git
pip install prodigy -f https://XXXX-XXXX-XXXX-XXXX@download.prodi.gy
cd brat-master
./install.sh
pip install doccano
pip install prodigy -f https://XXXX-XXXX-XXXX-XXXX@download.prodi.gy
jupyter labextension install jupyterlab-prodigy
jupyter labextension install jupyterlab-prodigy
# Initialize the database
doccano init
# Create a superuser
doccano createuser --username admin --password pass
# Start the webserver
doccano webserver --port 8000
python standalone.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment