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

Get CV results from Gemini API #123

Open
sylvain-morin opened this issue Aug 27, 2024 · 2 comments
Open

Get CV results from Gemini API #123

sylvain-morin opened this issue Aug 27, 2024 · 2 comments

Comments

@sylvain-morin
Copy link

sylvain-morin commented Aug 27, 2024

We will use the 2.14 evaluation 18 CSV files, listing 36K observations

We will re-use the TestModel python code from Vision repo, as much as possible.
This code will download 1000 photos for each evaluation CSV file.

We will adapt the code to call the Gemini API for each photo, prompting the model

Return just the scientific name of the organism in the picture or N/A if you can't identify it

We will store the results in 18 CSV files (for each evaluation group), listing:

  • observation ID
  • scientific name returned by Gemini (or N/A)
@sylvain-morin
Copy link
Author

image

@sylvain-morin
Copy link
Author

sylvain-morin commented Aug 27, 2024

image

image

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

No branches or pull requests

1 participant