Skip to main content

Algorithm to define similarity rating between objects

Project description

FindSimilar

User-friendly library to find similar objects

To Get Acquainted

Mission Statement

The mission of the "Find Similar" project is to provide a powerful and versatile open source library that empowers developers to efficiently find similar objects and perform comparisons across a variety of data types. Whether dealing with texts, images, audio, or more, our project aims to simplify the process of identifying similarities and enhancing decision-making.

Key Objectives

  1. Extensibility: We strive to build a flexible framework that goes beyond textual comparisons, with plans to expand compatibility to various data formats, including images, audio, and more.
  2. Ease of Integration: Our library will offer an intuitive interface that integrates seamlessly into existing applications and workflows, making it accessible to developers regardless of their experience level.
  3. Scalability: Our focus is on creating efficient algorithms and data structures that can handle datasets of varying sizes, ensuring performance and accuracy as the project scales.
  4. Community Collaboration: By embracing the principles of open source development, we invite a diverse community of contributors to collaborate, improve, and innovate upon the project, fostering a culture of shared knowledge and expertise.
  5. Documentation and Education: We are committed to providing comprehensive documentation, tutorials, and resources to help users and contributors understand the library's capabilities and use them effectively.
  6. Privacy and Ethics: As we expand into various data types, we are dedicated to upholding privacy and ethical considerations, ensuring that our library is built and used responsibly.

Join Us

We invite developers, data scientists, and enthusiasts from all backgrounds to join our mission. Together, we can shape the future of "Find Similar," creating a powerful tool that enhances decision-making, discovery, and innovation across diverse fields.

Open Source Collaboration

"FindSimilar" is an open source project, fostering collaboration and innovation. We welcome contributors from all backgrounds to join us in shaping the future of similarity comparisons across various data types.

To Get Involved

Get start with:

Installation:

From PyPi

pip install find-similar

You install core package from pypi. If you want to use tests and laboratory you can install find-similar from python package

From python package

git clone https://github.com/findsimilar/find-similar
pip3 install wheel
python find-similar/setup.py bdist_wheel
pip3 install find-similar/dist/*

Usage example:

Simple usage

from find_similar import find_similar

texts = ['one two', 'two three', 'three four']

text_to_compare = 'one four'
result = find_similar(text_to_compare, texts, count=10)
for item in result:
    print(item.text)
    print(item.cos)

expected result:

one two
0.5
three four
0.5
two three
0.0

Development

  • find_similar - this is the main package to install and use
  • analytics - help functions to improve the main algorithm
  • lab - python scripts to research

Lab

You can run any useful script from lab package

cd lab
  • Use load_data_from_file.py to load test data
python load_data_from_file.py /my/path/to/file.xlsx
  • Use check_total_rating.py to analyze algorithm accuracy
python check_total_rating.py

Example result:

Поиск выполнен для 529 позиций:
топ 1 -- 353 (66.73 %)
топ 5 -- 442 (83.55 %)
топ 10 -- 468 (88.47 %)
топ 25 -- 501 (94.71 %)
топ 50 -- 515 (97.35 %)
топ 100 -- 519 (98.11 %)
топ 500 -- 523 (98.87 %)
топ 1000 -- 529 (100.0 %)
топ 2000 -- 529 (100.0 %)
  • Use check_time_one_item to check how long time algorithm works for one item
python check_time_one_item.py

Example result:

Load base items...
1999 items loaded
RESULT TIME FOR ONE ITEM (REPEAT 1 times) = 0.03772415800085582
  • Use compare_two to compare two different texts. You can change texts in compare_two.txt file
python compare_two.py
  • Use tokenize_one to check how one text will be tokenized. You can set the text in tokenize_one.txt file
python tokenize_one.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

find-similar-1.3.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

find_similar-1.3.0-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file find-similar-1.3.0.tar.gz.

File metadata

  • Download URL: find-similar-1.3.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for find-similar-1.3.0.tar.gz
Algorithm Hash digest
SHA256 a568bbd90a72facf31c640251ed65f054280c16cda15f746ef4d87e46241c708
MD5 8cfb5fd1728e8c2231f655f8c73d1156
BLAKE2b-256 dd3627e26c6b902f61aabacb110016ff394481c80249b43739bc7c183e0faf35

See more details on using hashes here.

Provenance

File details

Details for the file find_similar-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for find_similar-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b8cc1ad2a9e2d32062f78438f68768a2098eaa1a1d03d5e7291752ec7142293a
MD5 c10bb364bd5277b6efd203bddaa90cf8
BLAKE2b-256 2c1e7f59f47f8f882d9a6c0a37fe481c6bafde3142067245bee74fe99a56db89

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page