ogallagher / relational_tags

Relational tagging system library, various language implementations
Other
1 stars 0 forks source link

Python example app with webpage as gui #1

Open ogallagher opened 3 years ago

ogallagher commented 3 years ago

Try using the django Python web framework for launching a local webserver. The served page will have an interface showcasing use of relational-tags.

ogallagher commented 3 years ago

Preview of webapp visualizer progress:

rel_tags_py_webapp_visualizer

ogallagher commented 3 years ago

webapp visualizer with interactive tag nodes:

https://user-images.githubusercontent.com/17031438/132413493-dd1464ed-8115-465e-bdf1-847d72a83f96.mp4

ogallagher commented 2 years ago

This gui python demo is not yet complete because it doesn’t yet have some key features:

  1. Edit the tag-entity graph with new nodes and connections.
  2. Search the graph.
  3. Save and load the graph.