File size: 1,312 Bytes
ee924dc
 
 
 
 
 
 
 
 
de6d748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: H2O Wave NER Annotation
emoji: πŸ“
colorFrom: purple
colorTo: gray
sdk: docker
app_port: 7860
---

<div align='center'>

<h1>WaveTon</h1>
πŸ’― Wave applications

<br>
<br>

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=apache)](https://github.com/vopani/waveton/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github)](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github)
[![Twitter](https://img.shields.io/twitter/follow/vopani)](https://twitter.com/vopani)

</div>

## 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

```bash
python3 --version
```

2. Clone the repository

```bash
git clone https://github.com/vopani/waveton.git
```

3. Create a virtual environment

```bash
cd waveton/apps/data_apps/ner_annotation
python3 -m venv venv
source venv/bin/activate
```

4. Install the packages

```bash
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
```

5. Run the application

```bash
wave run app
```

6. View the application on your local browser: [http://localhost:10101](http://localhost:10101)