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: about 1 year ago
JSON representation
This is a GUI server for ARElight project
- Host: GitHub
- URL: https://github.com/nicolay-r/arelight-server
- Owner: nicolay-r
- Created: 2024-07-12T16:31:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T22:20:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T00:39:05.362Z (over 1 year ago)
- Topics: graph, gui, network, nlp, relationships, semantics, sentiment-analysis
- Language: HTML
- Homepage: https://github.com/nicolay-r/ARElight
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARElight-server 0.25.1

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/arelight@v0.25.1
```
Download `arelight-server` project and launch server:
```bash
python3 server.py
```
You may follow the UI page at `http://127.0.0.1:8000/`

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