Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 715 Bytes

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