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 openSMILE #154

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/DataStandardOrTool.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -888,3 +888,4 @@
| guidelines| [B2AI_TOPIC:15](topics/Image.markdown)|||CLAIM is modeled after the STARD guideline and has been extended to address applications of AI in medical imaging that include classification, image reconstruction, text analysis, and workflow optimization. It is intended to provide a framework for the development and validation of AI algorithms in medical imaging.|True|False||[doi:10.1148/ryai.2020200029](doi:10.1148/ryai.2020200029)||[B2AI_STANDARD:882](DataStandardOrTool.markdown)|[B2AI_STANDARD:BiomedicalStandard](https://w3id.org/bridge2ai/standards-datastandardortool-schema/BiomedicalStandard)|CLAIM|Checklist for Artificial Intelligence in Medical Imaging (CLAIM)||Harry Caufield|caufieldjh|[ORCID:0000-0001-5705-7831](ORCID:0000-0001-5705-7831)|2023-12-06|
| has_ai_application| [B2AI_TOPIC:15](topics/Image.markdown)|||Pydicom is a Python package for working with DICOM images.|True|False|[https://pydicom.github.io/](https://pydicom.github.io/)||[https://github.com/pydicom/pydicom](https://github.com/pydicom/pydicom)|[B2AI_STANDARD:883](DataStandardOrTool.markdown)|[B2AI_STANDARD:SoftwareOrTool](https://w3id.org/bridge2ai/standards-datastandardortool-schema/SoftwareOrTool)|pydicom|Pydicom software package||Harry Caufield|caufieldjh|[ORCID:0000-0001-5705-7831](ORCID:0000-0001-5705-7831)|2023-12-06|
| fileformat| [B2AI_TOPIC:5](topics/Data.markdown)|||CSVY is a file format combining CSV with a YAML header.|True|False|[https://github.com/leeper/csvy](https://github.com/leeper/csvy)||[https://github.com/leeper/csvy](https://github.com/leeper/csvy)|[B2AI_STANDARD:884](DataStandardOrTool.markdown)|[B2AI_STANDARD:DataStandard](https://w3id.org/bridge2ai/standards-datastandardortool-schema/DataStandard)|CSVY|CSVY format||Harry Caufield|caufieldjh|[ORCID:0000-0001-5705-7831](ORCID:0000-0001-5705-7831)|2025-02-16|
|| [B2AI_TOPIC:37](topics/Waveform.markdown)| [B2AI_ORG:117](Organization.markdown)||openSMILE is an open-source audio feature extraction toolkit.|True|False|[https://www.audeering.com/research/opensmile/](https://www.audeering.com/research/opensmile/)||[https://github.com/audeering/opensmile](https://github.com/audeering/opensmile)|[B2AI_STANDARD:885](DataStandardOrTool.markdown)|[B2AI_STANDARD:SoftwareOrTool](https://w3id.org/bridge2ai/standards-datastandardortool-schema/SoftwareOrTool)|openSMILE|openSMILE software||Harry Caufield|caufieldjh|[ORCID:0000-0001-5705-7831](ORCID:0000-0001-5705-7831)|2025-02-16|
21 changes: 21 additions & 0 deletions project/data/DataStandardOrTool.json
Original file line number Diff line number Diff line change
Expand Up @@ -17417,6 +17417,27 @@
"requires_registration": false,
"url": "https://github.com/leeper/csvy",
"formal_specification": "https://github.com/leeper/csvy"
},
{
"id": "B2AI_STANDARD:885",
"category": "B2AI_STANDARD:SoftwareOrTool",
"name": "openSMILE",
"description": "openSMILE software",
"contributor_name": "Harry Caufield",
"contributor_github_name": "caufieldjh",
"contributor_orcid": "ORCID:0000-0001-5705-7831",
"contribution_date": "2025-02-16",
"concerns_data_topic": [
"B2AI_TOPIC:37"
],
"has_relevant_organization": [
"B2AI_ORG:117"
],
"purpose_detail": "openSMILE is an open-source audio feature extraction toolkit.",
"is_open": true,
"requires_registration": false,
"url": "https://www.audeering.com/research/opensmile/",
"formal_specification": "https://github.com/audeering/opensmile"
}
],
"@type": "DataStandardOrToolContainer"
Expand Down
1 change: 1 addition & 0 deletions project/data/DataStandardOrTool.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -883,3 +883,4 @@ B2AI_STANDARD:881 B2AI_STANDARD:SoftwareOrTool Senselab Senselab package Harry C
B2AI_STANDARD:882 B2AI_STANDARD:BiomedicalStandard CLAIM Checklist for Artificial Intelligence in Medical Imaging (CLAIM) Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [guidelines] [B2AI_TOPIC:15] CLAIM is modeled after the STARD guideline and has been extended to address applications of AI in medical imaging that include classification, image reconstruction, text analysis, and workflow optimization. It is intended to provide a framework for the development and validation of AI algorithms in medical imaging. True False doi:10.1148/ryai.2020200029 2023-12-06
B2AI_STANDARD:883 B2AI_STANDARD:SoftwareOrTool pydicom Pydicom software package Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [has_ai_application] [B2AI_TOPIC:15] Pydicom is a Python package for working with DICOM images. True False https://pydicom.github.io/ https://github.com/pydicom/pydicom 2023-12-06
B2AI_STANDARD:884 B2AI_STANDARD:DataStandard CSVY CSVY format Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [fileformat] [B2AI_TOPIC:5] CSVY is a file format combining CSV with a YAML header. True False https://github.com/leeper/csvy https://github.com/leeper/csvy 2025-02-16
B2AI_STANDARD:885 B2AI_STANDARD:SoftwareOrTool openSMILE openSMILE software Harry Caufield caufieldjh ORCID:0000-0001-5705-7831 [B2AI_TOPIC:37] openSMILE is an open-source audio feature extraction toolkit. True False https://www.audeering.com/research/opensmile/ https://github.com/audeering/opensmile [B2AI_ORG:117] 2025-02-16
18 changes: 18 additions & 0 deletions src/data/DataStandardOrTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16789,4 +16789,22 @@ data_standardortools_collection:
contributor_name: Harry Caufield
contributor_github_name: caufieldjh
contributor_orcid: ORCID:0000-0001-5705-7831
contribution_date: "2025-02-16"
- id: B2AI_STANDARD:885
name: openSMILE
category: B2AI_STANDARD:SoftwareOrTool
description: openSMILE software
has_relevant_organization:
- B2AI_ORG:117
concerns_data_topic:
- B2AI_TOPIC:37
purpose_detail: >-
openSMILE is an open-source audio feature extraction toolkit.
is_open: true
requires_registration: false
url: https://www.audeering.com/research/opensmile/
formal_specification: https://github.com/audeering/opensmile
contributor_name: Harry Caufield
contributor_github_name: caufieldjh
contributor_orcid: ORCID:0000-0001-5705-7831
contribution_date: "2025-02-16"