https://github.com/degisew/entity_resolution
Entity Resolution is a service that helps you match, link, and enhance related records stored across multiple applications, channels, and data stores.
https://github.com/degisew/entity_resolution
django html5 pandas pandas-dataframe postgresql python3
Last synced: 3 months ago
JSON representation
Entity Resolution is a service that helps you match, link, and enhance related records stored across multiple applications, channels, and data stores.
- Host: GitHub
- URL: https://github.com/degisew/entity_resolution
- Owner: degisew
- License: mit
- Created: 2023-10-27T05:37:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-03T06:48:42.000Z (over 2 years ago)
- Last Synced: 2025-07-24T17:41:05.828Z (11 months ago)
- Topics: django, html5, pandas, pandas-dataframe, postgresql, python3
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
# 📖 Entity Resolution
**Entity Resolution** is a service that helps you match, link, and enhance related records stored across multiple applications, channels, and data stores.
### Tech Stack
- Python
- Django
- HTML5
Server
Database
- **Match different data sources and link them**
- **Produce the comparison statistics**
## 🚀 Live Demo
Not Available yet!
## 💻 Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
To run this project you need:
- to have [Python](https://python.org/) installed on your machine
- to have [PostgreSQL](https://www.postgresql.org/) installed on your machine
### Setup
To get a local copy up and running follow these simple example steps.
1. Navigate to a folder where you want the cloned file to appear
2. Clone this repo in your terminal or git bash using the command
```sh
cd entity_resolution
git clone https://github.com/degisew/entity_resolution.git
```
3. Run the following command to install all the necessary dependencies
```sh
cd entity_resolution
pip install pipenv
pipenv install # This will create a virtual env't and install dependencies in the virtual env't.
```
4. Navigate to the folder called entity_resolution/ and open this project using your editor
### Usage
To run the project, first activate your virtual environment:
```sh
pipenv shell
```
Once you have activated, execute the following command to run the server:
```sh
cd entity_resolution
For Mac/Linux run:
python3 manage.py runserver
For Windows run:
python manage.py runserver
```
- This above command will start the Django server in your browser
Runs the app in the development mode.\
Open [http://localhost:8000](http://localhost:8000) to view it in your browser.
### Deployment
You can deploy this project using:
- pythonanywhere
- Heroku
- Renderer
👤 **Degisew**
- GitHub: [degisew](https://github.com/degisew)
- LinkedIn: [Degisew](https://linkedin.com/in/degisew-mengist)
- Twitter: [@Dj_etiya](https://twitter.com/DJ_etiya)
- Scale data sources and work with large datasets to increase accuracy
- Integrate with ML models for prediction
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/degisew/entity_resolution/issues/).
If you like this project give a ⭐️ to repo.
I want to thank all my supporters.
This project is [MIT](https://github.com/degisew/entity_resolution/blob/dev/LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._