Skip to content

Commit

Permalink
#21 Provide demo description
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 1, 2022
1 parent d7df483 commit e0a004f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ARElight 0.22.0

#### :point_right: [DEMO](#docker-verion-quick) :point_left:

This is a DEMO project of sentiment relations annotation,
commonly powered by [AREkit](https://github.com/nicolay-r/AREkit) framework.

Expand All @@ -21,6 +23,24 @@ for Named Entity Recognition in text sentences (BertOntoNotes model).

# Installation

## Docker verion (Quick)
![](docs/demo.png)

* Download [nicolay-r-arelight-0.1.1.tar](https://drive.google.com/file/d/1hd6EOcN5haEJM0dp_sdsNCX36lGG-y8Y/view?usp=sharing)
* Import container:
```bash
docker import nicolay-r-arelight-0.1.1.tar
docker run -itd --gpus all nicolay-r/arelight:0.1.1
```
* Run hosting (replace with your `CONTAINER_ID`):
```bash
# run apache demo hosting
docker attach <CONTAINER_ID>
service apache2 start
```
* Proceed with demo: http://172.17.0.2/examples/demo/wui_bert.py

## Full
* ARElight:
```bash
# Install the required dependencies
Expand Down
Binary file added docs/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0a004f

Please sign in to comment.