Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolay-r/arelight-server

This is a GUI server for ARElight project
https://github.com/nicolay-r/arelight-server

graph gui network nlp relationships semantics sentiment-analysis

Last synced: 3 days ago
JSON representation

This is a GUI server for ARElight project

Awesome Lists containing this project

README

        

# ARElight-server 0.25.1
![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)

This project represent an accessible version for the
[ARElight](https://github.com/nicolay-r/ARElight/tree/v0.25.1) system.

## Usage

You have to first install
[ARElight](https://github.com/nicolay-r/ARElight/tree/v0.25.1)
to enable functionalities of the project:
```bash
pip install git+https://github.com/nicolay-r/[email protected]
```

Download `arelight-server` project and launch server:
```bash
python3 server.py
```

You may follow the UI page at `http://127.0.0.1:8000/`

interface

## Data Layout
```
noutput/
├── description/
└── ... // graph descriptions in JSON.
├── force/
└── ... // force graphs in JSON.
├── radial/
└── ... // radial graphs in JSON.
└── index.html // main HTML demo page.
```