# pyJedAI **Repository Path**: zand0630/pyJedAI ## Basic Information - **Project Name**: pyJedAI - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-02 - **Last Updated**: 2026-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pyJedAI


An open-source library that leverages Python’s data science ecosystem to build
powerful end-to-end Entity Resolution workflows.
--- # Overview pyJedAI is a python framework, aiming to offer experts and novice users, robust and fast solutions for multiple types of Entity Resolution problems. It is builded using state-of-the-art python frameworks. pyJedAI constitutes the sole open-source Link Discovery tool that is capable of exploiting the latest breakthroughs in Deep Learning and NLP techniques, which are publicly available through the Python data science ecosystem. This applies to both blocking and matching, thus ensuring high time efficiency, high scalability as well as high effectiveness, without requiring any labelled instances from the user. ### Key-Features - Input data-type independent. Both structured and semi-structured data can be processed. - Various implemented algorithms. - Easy-to-use. - Utilizes some of the famous and cutting-edge machine learning packages. - Offers supervised and un-supervised ML techniques. __Open demos are available in:__
       
__Google Colab Hands-on demo:__
# Install pyJedAI has been tested in Windows and Linux OS. __Basic requirements:__ - Python version greater or equal to **3.8**. - For Windows, Microsoft Visual C++ 14.0 is required. Download it from [Microsoft Official site](https://visualstudio.microsoft.com/visual-cpp-build-tools/). ### PyPI Install the latest version of pyjedai: ``` pip install pyjedai ``` More on [PyPI](https://pypi.org/project/pyjedai). ### Git Set up locally: ``` git clone https://github.com/AI-team-UoA/pyJedAI.git ``` go to the root directory with `cd pyJedAI` and type: ``` pip install . ``` ### Docker Available at [Docker Hub](https://hub.docker.com/r/aiteamuoa/pyjedai), or clone this repo and: ``` docker build -f Dockerfile ``` # Dependencies
         


           

See the full list of dependencies and all versions used, in this [file](https://github.com/AI-team-UoA/pyJedAI/blob/main/pyproject.toml). __Status__ [![Tests](https://github.com/AI-team-UoA/pyJedAI/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/AI-team-UoA/pyJedAI/actions/workflows/tests.yml) [![PyPi](https://github.com/AI-team-UoA/pyJedAI/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/AI-team-UoA/pyJedAI/actions/workflows/pypi-publish.yml) [![made-with-python](https://readthedocs.org/projects/pyjedai/badge/?version=latest)](https://pyjedai.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/AI-team-UoA/pyjedai/branch/master/graph/badge.svg?token=4QR0X315CL)](https://codecov.io/gh/AI-team-UoA/pyjedai) __Statistics & Info__ ![PyPI - Downloads](https://img.shields.io/pypi/dm/pyjedai) [![PyPI version](https://img.shields.io/pypi/v/pyjedai.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/pyjedai/) # Bugs, Discussions & News [GitHub Discussions](https://github.com/AI-team-UoA/pyJedAI/discussions) is the discussion forum for general questions and discussions and our recommended starting point. Please report any bugs that you find [here](https://github.com/AI-team-UoA/pyJedAI/issues). # Java - Web Application pyJedAI For Java users checkout the initial [JedAI](https://github.com/scify/JedAIToolkit). There you can find Java based code and a Web Application for interactive creation of ER workflows.

JedAI constitutes an open source, high scalability toolkit that offers out-of-the-box solutions for any data integration task, e.g., Record Linkage, Entity Resolution and Link Discovery. At its core lies a set of domain-independent, state-of-the-art techniques that apply to both RDF and relational data.
# Team & Authors pyJedAI - [Lefteris Stetsikas](https://github.com/Teris45), Research Associate at University of Athens, Greece - [Konstantinos Nikoletos](https://nikoletos-k.github.io), Fellow Research Associate at University of Athens, Greece - [Jakub Maciejewski](https://www.linkedin.com/in/jakub-maciejewski-0270291b7/), Research Associate at University of Athens, Greece - [George Papadakis](https://gpapadis.wordpress.com), Senior Researcher at University of Athens, Greece - [Ekaterini Ioannou](https://www.tilburguniversity.edu/staff/ekaterini-ioannou), Assistant Professor at Tilburg University, The Netherlands - [Manolis Koubarakis](https://cgi.di.uoa.gr/~koubarak/), Professor at University of Athens, Greece This is a research project by the [AI-Team](https://ai.di.uoa.gr) of the Department of Informatics and Telecommunications at the University of Athens. # Cite us If you use this code or find it helpful in your research, here's the .bibtex: ```latex @inproceedings{DBLP:conf/semweb/Nikoletos0K22, author = {Konstantinos Nikoletos and George Papadakis and Manolis Koubarakis}, editor = {Anastasia Dimou and Armin Haller and Anna Lisa Gentile and Petar Ristoski}, title = {pyJedAI: a Lightsaber for Link Discovery}, booktitle = {Proceedings of the {ISWC} 2022 Posters, Demos and Industry Tracks: From Novel Ideas to Industrial Practice co-located with 21st International Semantic Web Conference {(ISWC} 2022), Virtual Conference, Hangzhou, China, October 23-27, 2022}, series = {{CEUR} Workshop Proceedings}, volume = {3254}, publisher = {CEUR-WS.org}, year = {2022}, url = {https://ceur-ws.org/Vol-3254/paper366.pdf}, timestamp = {Fri, 10 Mar 2023 16:23:05 +0100}, biburl = {https://dblp.org/rec/conf/semweb/Nikoletos0K22.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` # License Released under the Apache-2.0 license (see [LICENSE.txt](https://github.com/AI-team-UoA/pyJedAI/blob/main/LICENSE)). Copyright © 2024 AI-Team, University of Athens


       

This project is being funded in the context of STELAR that is an HORIZON-Europe project.