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

Add ability to extract feature embeddings #112

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Add ability to extract feature embeddings #112

merged 6 commits into from
Apr 22, 2024

Conversation

joeweiss
Copy link
Owner

from birdnetlib import Recording
from birdnetlib.analyzer import Analyzer

analyzer = Analyzer()
recording = Recording(
    analyzer,
    "sample.mp3",
)
recording.extract_embeddings()
print(recording.embeddings)

Implements feature for #42.

@joeweiss joeweiss merged commit 2427d3c into main Apr 22, 2024
3 checks passed
@joeweiss joeweiss deleted the embeddings branch April 22, 2024 16:52
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

Successfully merging this pull request may close these issues.

1 participant