A repository for showcasing different use cases of KnowWhereGraph. Interactive visualizations can be viewed from here.
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.
To add a new example,
- Create a folder with a descriptive name
- Add the example with a Readme and dependency list (eg requirements.txt)
- Include a Dockerfile that runs the example
- Use conventions of other examples. For example, using the same port for Jupyter Notebooks, conforming to PEP8, etc