ner_annotation / README.md
MartinT's picture
chore: Use proper HF config.
ee924dc
metadata
title: H2O Wave NER Annotation
emoji: πŸ“
colorFrom: purple
colorTo: gray
sdk: docker
app_port: 7860

WaveTon

πŸ’― Wave applications

License GitHub Twitter

NER Annotation πŸ–₯️

Annotate entities for Named-Entity Recognition tasks.

Setup βš™οΈ

  1. Check the version of Python, must be Python 3.9+ but recommended to use Python 3.10+ for best experience
python3 --version
  1. Clone the repository
git clone https://github.com/vopani/waveton.git
  1. Create a virtual environment
cd waveton/apps/data_apps/ner_annotation
python3 -m venv venv
source venv/bin/activate
  1. Install the packages
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
  1. Run the application
wave run app
  1. View the application on your local browser: http://localhost:10101