Skip to content

Commit bd8d0dd

Browse files
committed
Readme file has been simplified
1 parent 5dd2477 commit bd8d0dd

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![](https://img.shields.io/badge/Python-3.6.9-brightgreen.svg)
44
![](https://img.shields.io/badge/AREkit-0.23.1-orange.svg)
55

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:
77

88
> **Supported Languages**: Russian
99
@@ -19,48 +19,18 @@ we adopt [DeepPavlov](https://github.com/deeppavlovteam/DeepPavlov) (BertOntoNo
1919

2020
# Installation
2121

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
4623
```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
5125
```
5226

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)
5428
and install library, and run standalone server as follows:
5529
```
5630
./install.sh -u
5731
python standalone.py
5832
```
5933

60-
# Usage
61-
62-
proceed with the `examples` folder.
63-
6434
## Inference
6535

6636
> **Supported Languages**: Russian

docs/demo.png

-235 KB
Binary file not shown.

0 commit comments

Comments
 (0)