KnowWhereGraph / examples

A collection of examples showcasing how KnowWhereGraph can be used in different contexts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KnowWhereGraph Examples

A repository for showcasing different use cases of KnowWhereGraph. Interactive visualizations can be viewed from here.

Running

All of the examples provided can be built and run through docker. Each example has its own Readme describing the workflow and how to run it.

Adding Examples

To add a new example,

  1. Create a folder with a descriptive name
  2. Add the example with a Readme and dependency list (eg requirements.txt)
  3. Include a Dockerfile that runs the example
  4. Use conventions of other examples. For example, using the same port for Jupyter Notebooks, conforming to PEP8, etc

About

A collection of examples showcasing how KnowWhereGraph can be used in different contexts

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%Language:Dockerfile 0.0%