Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kbogas/seegraph

Dirty graph visualization on local files, focusing on a subset of a big graph
https://github.com/kbogas/seegraph

graph knowledge-graph streamlit visuzalization

Last synced: 1 day ago
JSON representation

Dirty graph visualization on local files, focusing on a subset of a big graph

Awesome Lists containing this project

README

        

# seegraph
Dirty graph visualization on local files, focusing on a subset of a big graph.T

This is a work in-progress expect some bugs and limited functionality.

## Run
Install requirements with:

```cmd
pip install -r requirements.txt
```

and then simply run the app:

```cmd
streamlit run app_to_show.py
```

Go to [localhost](http://localhost:8501) (or the corresponding port provided in streamlit run) and see something like the following:

![demo app ](./app.png)