Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicolay-r/arelight-server
- Owner: nicolay-r
- Created: 2024-07-12T16:31:43.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T22:20:14.000Z (19 days ago)
- Last Synced: 2025-01-26T22:27:33.980Z (19 days ago)
- Topics: graph, gui, network, nlp, relationships, semantics, sentiment-analysis
- Language: HTML
- Homepage: https://github.com/nicolay-r/ARElight
- Size: 61.5 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
![](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/`
## Data Layout
```
noutput/
├── description/
└── ... // graph descriptions in JSON.
├── force/
└── ... // force graphs in JSON.
├── radial/
└── ... // radial graphs in JSON.
└── index.html // main HTML demo page.
```