Metadata-Version: 1.2
Name: vectograph
Version: 0.0.1
Summary: A set of python modules for applying knowledge graph embedding on tabular data
Home-page: UNKNOWN
Author: Caglar Demir
Author-email: caglardemir8@gmail.com
License: UNKNOWN
Description: # Vectograph
        
        Vectograph is an open-source software library for applying knowledge graph embedding approaches on tabular data. 
        To this end, Vectograph enables users to converts tabular data into RDF knowledge graph and apply KGE approaches.
        
        - [Framework](#Framework)
                
        - [Installation](#installation)
        
        ## Installation
        ```
        1) git clone https://github.com/dice-group/Vectograph.git
        2) git clone https://github.com/dice-group/PYKE.git
        3) conda create -n temp python=3.6 # Or be sure that your have Python at least 3.6.
        4) conda activate temp
        5) python example.py
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
