streamlit-knowledgegraph

🚀 Set up

  • Prerequisites

  • Run a Blazegraph server locally (port:9999)

    Go to the folder that has blazegraph.jar. We load a RDF graph into Blazegraph DB so first you need to start java blazegraph server with the following command:

    $ java -server -Xmx4g -jar blazegraph.jar
  • Install python dependencies

    Go to the cloned repo and run this command:

    $ pip install -r requirements.txt
  • Run streamlit app (port:8501)

    $ streamlit run app.py