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

Species recognition ML algorithm #5

Open
5 tasks
lfvperes opened this issue Feb 13, 2021 · 0 comments
Open
5 tasks

Species recognition ML algorithm #5

lfvperes opened this issue Feb 13, 2021 · 0 comments
Labels
storage vision wontfix This will not be worked on

Comments

@lfvperes
Copy link
Owner

lfvperes commented Feb 13, 2021

After the Scraper successfully stores several images, irrelevant ones should be excluded. In this case, pictures that do not portray a jaguar but were included in the search results, for example, should be removed. For that to be achieved, there must be a ML tool, here called Vision that recognizes or distinguish a jaguar a in a picture. There are several APIs and NN models avaliable to be researched and tested, such as the MS AI For Earth Species Recognition API.

This is part of processing and "cleaning" the "database". This method must be implemented after the duplicates have been removed, thus reducing the amount of data the NN will receive.

REMINDER:
Study about Azure's resources on MS Computer Vision API and topics alike. there might be a very useful tool.
This link shows how an image can be analyzed from a URL. MS Computer Vision API allows 5000 free transactions per Month.

Implementing a method to identify the jaguar

  • Test MS AI For Earth Species Recognition API
  • Find other similar tools
  • Test existing models
  • Check for viability in building a new model
  • Compare alternatives

Chosen tool: MS Computer Vision API (Cognitive Services)

Using Microsoft Computer Vision API

@lfvperes lfvperes added the wontfix This will not be worked on label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage vision wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant