Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kbogas/seegraph
- Owner: kbogas
- License: apache-2.0
- Created: 2024-12-16T11:26:11.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:24:53.000Z (7 days ago)
- Last Synced: 2024-12-16T15:37:59.611Z (7 days ago)
- Topics: graph, knowledge-graph, streamlit, visuzalization
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seegraph
Dirty graph visualization on local files, focusing on a subset of a big graph.TThis 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)