3
3
![ ] ( https://img.shields.io/badge/Python-3.6.9-brightgreen.svg )
4
4
![ ] ( https://img.shields.io/badge/AREkit-0.23.1-orange.svg )
5
5
6
- ### :point_right : [ DEMO] ( #docker-verion-quick ) :point_left :
6
+ ### :point_right : [ DEMO] ( https://github.com/nicolay-r/ARElight/tree/v0.22.0#installation ) :point_left :
7
7
8
8
> ** Supported Languages** : Russian
9
9
@@ -19,48 +19,18 @@ we adopt [DeepPavlov](https://github.com/deeppavlovteam/DeepPavlov) (BertOntoNo
19
19
20
20
# Installation
21
21
22
- ### Docker verion (Quick)
23
-
24
- > ** Supported Languages** : Russian
25
-
26
- > ** Other Requirements** : NVidia-docker
27
-
28
- * Download [ nicolay-r-arelight-0.1.1.tar] ( https://disk.yandex.ru/d/XXJUXEeaJbqNbA )
29
- * Import container and start Apache hosting:
30
- ``` bash
31
- docker import nicolay-r-arelight-0.1.1.tar
32
- docker run --name arelight -itd --gpus all nicolay-r/arelight:0.1.1
33
- docker attach arelight
34
- service apache2 start
35
- ```
36
- * Proceed with BERT demo: http://172.17.0.2/examples/demo/wui_bert.py
37
-
38
- > ** Supported Languages** : Russian
39
-
40
- <p align =" center " >
41
- <img src="docs/demo.png"/>
42
- </p >
43
-
44
- ### Full
45
- * ARElight:
22
+ 1 . Main library installation
46
23
``` bash
47
- # Install the required dependencies
48
- pip install -r dependencies.txt
49
- # Donwload Required Resources
50
- python3.6 download.py
24
+ pip install git+https://github.com/nicolay-r/arelight@v0.23.1
51
25
```
52
26
53
- * BRAT: [ Download] ( https://github.com/nlplab/brat/releases/tag/v1.3_Crunchy_Frog )
27
+ 2 . (Optional) BRAT: [ Download] ( https://github.com/nlplab/brat/releases/tag/v1.3_Crunchy_Frog )
54
28
and install library, and run standalone server as follows:
55
29
```
56
30
./install.sh -u
57
31
python standalone.py
58
32
```
59
33
60
- # Usage
61
-
62
- proceed with the ` examples ` folder.
63
-
64
34
## Inference
65
35
66
36
> ** Supported Languages** : Russian
0 commit comments