CoolFace
Apppublic

h2oai/ner_annotation

sourceHugging Faceupdated 4y agoView on Hugging Face
8likes
App README

<div align='center'>

<h1>WaveTon</h1> ๐Ÿ’ฏ Wave applications

<br> <br>

![License](https://github.com/vopani/waveton/blob/master/LICENSE) ![GitHub](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github) ![Twitter](https://twitter.com/vopani)

</div>

NER Annotation ๐Ÿ–ฅ๏ธ

Annotate entities for Named-Entity Recognition tasks.

Setup โš™๏ธ

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