Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(engines): add a new reverse image search engine lenso #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Peloxerat
Copy link
Contributor

Implemented a new engine lenso.ai
It uses a hidden API to retrieve the necessary data.
Implemented features include:

  • Searches by types (similar, duplicates, places, related)
  • Search sorting (SMART, RANDOM, QUALITY_DESCENDING, QUALITY_ASCENDING, DATE_DESCENDING, DATE_ASCENDING)
    More detailed description can be found in class comments.

If you search by a specific type, it immediately displays all possible results. If you leave the type field empty, then it will search across all types, but the number of results will be limited.

P.S. We receive a float value distance, I assume this is similarity. Named it accordingly.
P.SS. Lenso needs to be added to the documentation and README.

@kitUIN kitUIN self-requested a review February 11, 2025 01:16
@kitUIN kitUIN requested a review from NekoAria February 11, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants