File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- Environment setup:
1
+ ## Source code for simple NER annotator
2
+
3
+ ### Live at - https://paramonych.github.io/ner-annotator-online
4
+
5
+ ### Environment setup:
2
6
3
7
1 . Install NodeJS server with the following command
4
8
``` curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install -y nodejs ```
5
9
2 . Install web app buid tool
6
10
``` npm install -D parcel parcel-bundler svelte parcel-plugin-svelte @babel/polyfill ```
7
11
8
- Run the app:
12
+ ### Run the app (locally) :
9
13
10
14
1 . Navigate to project root folder
11
15
2 . Run the app with the following command
12
16
``` npm start ```
13
17
3 . Open the page in browser
14
- ``` http://localhost:1234 ```
18
+ ``` http://localhost:1234 ```
19
+
20
+
21
+ ### Screenshots
22
+
23
+ ![ 1] ( https://user-images.githubusercontent.com/2950010/210253602-6b20cb1a-0a6e-4457-a7dd-5a1855460031.jpg )
24
+
25
+ ![ 2] ( https://user-images.githubusercontent.com/2950010/210253620-8810b65c-80e6-49d7-ba9c-c04cdb7d147b.jpg )
26
+
27
+ ![ 3] ( https://user-images.githubusercontent.com/2950010/210253632-5fd37fdb-7417-4201-94ef-de1d5057f699.jpg )
You can’t perform that action at this time.
0 commit comments