You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a system that, given a csv with 2 columns: birdnet names and text, renders a "click here for more information" popup with the text rendered.
Pipeline
OUT OF PYRENOTE: create a csv with a bird species and it's associated text of references.
Create a portal that can upload the text csv (reference the CSV upload code for the label stuff)
Convert the csv to SQL table with primary key as species label and text field as the second cell
Render the popup text, get from backend the text given the bird_label name in Pyrenote
Bonus: Render the text such that if the text is written in react syntax, it renders accordingly (this way we can hyperlink text by embedding react code in text)
The text was updated successfully, but these errors were encountered:
Create a system that, given a csv with 2 columns: birdnet names and text, renders a "click here for more information" popup with the text rendered.
Pipeline
The text was updated successfully, but these errors were encountered: