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

New section for Algorithms and Category Maps #683

Open
mihow opened this issue Jan 21, 2025 · 0 comments
Open

New section for Algorithms and Category Maps #683

mihow opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels

Comments

@mihow
Copy link
Collaborator

mihow commented Jan 21, 2025

Summary

Add a new tab to the project details page for viewing details about the available algorithms.

Detailed Description

When viewing the species predictions for an Occurrence in the identifications tab, you can see the name of the algorithm used, but you cannot not click on the name or see any details about it.

Furthermore, it is important to see the list of species that each model was trained to identify.

These details will be available after #632 and #635 are merged.

The list of species is often called the list of labels, or the category map. This can be quite long for our classifiers, from 1,000 - 30,000 entries so we need a way to handle that in the UI. We can link to the JSON response as a first step (the endpoint).

Implementation Details

Relevant endpoints:
http://localhost:8000/api/v2/ml/labels/
http://localhost:8000/api/v2/ml/algorithms/

Related Issues

#632
#635

Additional Context

Image

Image

@mihow mihow added the frontend label Jan 21, 2025
@mihow mihow self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants