h2oai/ner_annotation
8
<div align='center'>
<h1>WaveTon</h1> ๐ฏ Wave applications
<br> <br>
  
</div>
NER Annotation ๐ฅ๏ธ
Annotate entities for Named-Entity Recognition tasks.
Setup โ๏ธ
- Check the version of Python, must be Python 3.9+ but recommended to use Python 3.10+ for best experience
python3 --version- Clone the repository
git clone https://github.com/vopani/waveton.git- Create a virtual environment
cd waveton/apps/data_apps/ner_annotation
python3 -m venv venv
source venv/bin/activate- Install the packages
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt- Run the application
wave run app- View the application on your local browser: http://localhost:10101
