bweng commited on
Commit
1339db8
·
verified ·
1 Parent(s): 8bdde07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - speech
5
  - audio
@@ -19,7 +19,7 @@ pipeline_tag: voice-activity-detection
19
  [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da.svg)](https://discord.gg/WNsvaCtmDe)
20
  [![GitHub Repo stars](https://img.shields.io/github/stars/FluidInference/FluidAudio?style=flat&logo=github)](https://github.com/FluidInference/FluidAudio)
21
 
22
- Speaker diarization based on [pyannote ](https://github.com/pyannote) models optimized for Apple Neural Engine.
23
 
24
  Models are trained on acoustic signatures so it supports any lanugage.
25
 
@@ -27,6 +27,8 @@ Models are trained on acoustic signatures so it supports any lanugage.
27
 
28
  See the SDK for more details [https://github.com/FluidInference/FluidAudio](https://github.com/FluidInference/FluidAudio)
29
 
 
 
30
  ### Technical Specifications
31
  - **Input**: 16kHz mono audio
32
  - **Output**: Speaker segments with timestamps and IDs
 
1
  ---
2
+ license: cc-by-4.0
3
  tags:
4
  - speech
5
  - audio
 
19
  [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da.svg)](https://discord.gg/WNsvaCtmDe)
20
  [![GitHub Repo stars](https://img.shields.io/github/stars/FluidInference/FluidAudio?style=flat&logo=github)](https://github.com/FluidInference/FluidAudio)
21
 
22
+ Speaker diarization based on [pyannote](https://github.com/pyannote) models optimized for Apple Neural Engine.
23
 
24
  Models are trained on acoustic signatures so it supports any lanugage.
25
 
 
27
 
28
  See the SDK for more details [https://github.com/FluidInference/FluidAudio](https://github.com/FluidInference/FluidAudio)
29
 
30
+ Please note that the SDK itself is Apache 2.0, but the parent model from Pyannote is `cc-by-4.0`
31
+
32
  ### Technical Specifications
33
  - **Input**: 16kHz mono audio
34
  - **Output**: Speaker segments with timestamps and IDs