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

Implement Bing Visual Search to Replace Google Reverse Image Search #14

Open
DragonflyRobotics opened this issue Jun 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DragonflyRobotics
Copy link
Member

Issue:
Google Reverse Image Search(RIS) is incredibly inaccurate. It assumes that any image with black is night, language, or art. It rarely gets classes accurate even if the clustering was done perfectly.

Solution
Bing(via Azure) has an API to perform a Visual Search of an image. I can use a little scraping and JSON parsing to find the label. This, however, requires a billing setup that excluded it from the available options until now.

Other Alternatives
I can also cross-reference the NLP data with the Vision data to remove extraneous data. This is extremely complex making it hard to implement.

@DragonflyRobotics DragonflyRobotics added the enhancement New feature or request label Jun 23, 2022
@DragonflyRobotics DragonflyRobotics self-assigned this Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant