Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A Python tool to work with any format for annotating animal sounds and bioacoustics data
crowsetta provides a Pythonic way to work with annotation formats for animal sounds and bioacoustics data. These formats are used, for example, by applications that enable users to annotate audio and/or spectrograms. Such annotations typically include the times when sound events start and stop, and labels that assign each sound to some set of classes chosen by the annotator. crowsetta has built-in support for many widely used formats, such as Audacity label tracks, Praat .TextGrid files, and Raven .txt files.
Spectrogram of the song of a Bengalese finch with syllables annotated as segments underneath. Annotations parsed by crowsetta from a file in the Praat .TextGrid format. Example song from Bengalese finch song dataset, Tachibana and Morita 2021, adapted under CC-By-4.0 License.
Spectrogram of a field recording with annotations of songs of different bird species indicated as bounding boxes. Annotations parsed by crowsetta from a file in the Raven Selection Table format. Example song from "An annotated set of audio recordings of Eastern North American birds containing frequency, time, and species information", Chronister et al., 2021, adapted under CC0 1.0 License.
Who would want to use crowsetta? Anyone that works with animal sounds or other bioacoustics data that is annotated in some way. Maybe you are a neuroscientist trying to figure out how songbirds learn their song, or why mice emit ultrasonic calls. Or maybe you're an ecologist studying dialects of finches distributed across Asia, or maybe you are a linguist studying accents in the Caribbean, or a speech pathologist looking for phonetic changes that indicate early onset Alzheimer's disease. crowsetta makes it easier for you to work with your annotations in Python, regardless of the format.
annot = crowsetta.Transcriber(format='format').from_file('annotations.ext')
.csv
that anyone can work withcrowsetta
by writing simple classes, leveraging abstractions
that can represent a wide array of annotation formatsFor examples of these features, please see: https://crowsetta.readthedocs.io/en/latest/index.html#features
pip
$ pip install crowsetta
conda
$ conda install crowsetta -c conda-forge
If you are new to crowsetta, start with tutorial.
For vignettes showing how to use crowsetta for various tasks, such as working with your own annotation format, please see the how-to section.
crowsetta was developed for two libraries:
hybrid-vocal-classifier
https://github.com/vocalpy/hybrid-vocal-classifiervak
https://github.com/vocalpy/vakTo report a bug or request a feature (such as a new annotation format),
please use the issue tracker on GitHub:
https://github.com/vocalpy/crowsetta/issues
To ask a question about crowsetta, discuss its development,
or share how you are using it,
please start a new topic on the VocalPy forum
with the crowsetta tag:
https://forum.vocalpy.org/
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Below we provide some quick links,
but you can learn more about how you can help and give feedback
by reading our Contributing Guide.
To ask a question about crowsetta, discuss its development,
or share how you are using it,
please start a new "Q&A" topic on the VocalPy forum
with the crowsetta tag:
https://forum.vocalpy.org/
To report a bug, or to request a feature,
please use the issue tracker on GitHub:
https://github.com/vocalpy/crowsetta/issues
You can see project history and work in progress in the CHANGELOG
The project is licensed under the BSD license.
If you use crowsetta, please cite the DOI:
Thanks goes to these wonderful people (emoji key):
Tessa Rhinehart 📖 🐛 📓 🤔 | Sylvain HAUPERT 💻 🤔 📓 | Yannick Jadoul 🤔 🐛 📖 📓 | sammlapp 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A Python tool to work with any format for annotating animal sounds and bioacoustics data
We found that crowsetta demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.