Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.52 KB

index.md

File metadata and controls

39 lines (31 loc) · 2.52 KB
layout
home

This page contains a list of software packages for knowledge graph embedding models (KGEMs). It's generated with GitHub Pages from GitHub logo pykeen/kgem-software-review. Content on this site is available under the CC0 1.0 Universal license. Download the full data here.

Contributing

You can contribute to this list in one of the following ways:

  1. Fill out an issue on the GitHub issue tracker.
  2. Make an edit through the web-based GitHub editor which automatically forks the repository and generates a pull request.
  3. Fork the repository from GitHub and send a pull request.

The List

{% for entry in site.data.software %} {{ entry.name }}

[![GitHub](https://img.shields.io/badge/GitHub-{{ entry.github | replace: "-", ""}}-black?logo=github)](https://github.com/{{ entry.github }}) {% if entry contains "docs" %}[Docs]({{ entry.docs }}){% else %}Docs{% endif %} {% if entry contains "ci" %}[![CI](https://img.shields.io/badge/CI-{{ entry.ci.type }}-green?logo={{ entry.ci.type }})]({{ entry.ci.link }}){% else %}CI{% endif %} {% if entry contains "pypi" %}[![PyPI - License](https://img.shields.io/pypi/l/{{ entry.pypi }})](https://pypi.org/project/{{ entry.pypi }}) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/{{ entry.pypi }})](https://pypi.org/project/{{ entry.pypi }}) [![PyPI - Software Version](https://img.shields.io/pypi/v/{{ entry.pypi }})](https://pypi.org/project/{{ entry.pypi }})

$ # {{ entry.name }} can be installed directly with:
$ pip install {{ entry.pypi }}

{% else %} Can't install {{ entry.name }} directly from PyPI with pip. See their [installation docs]({{ entry.installation }}) instead. {% endif %}

{% endfor %}