Skip to content

Commit

Permalink
[silero_vad] New function (#769)
Browse files Browse the repository at this point in the history
* [Build] Fix html links, Add <function>.html as source in documentation

* Update CI temporarily and update index

* [XGB-Custom] Fix test artifact key name

* [XGB-Serving][XGB-Test][XGB-Trainer] Fix tests - artifact key

* [Build] Install python 3.9 when testing (#618)

* [Build] Update python version in CI (#620)

* [Build] Install python 3.9 when testing

* [Build] Update python version in CI

* .

* Revert "[Build] Update python version in CI (#620)" (#621)

This reverts commit 0cd1f15.

* Revert "[Build] Install python 3.9 when testing (#618)" (#619)

This reverts commit 3301415.

* [Build] Build with python 3.9 (#622)

* [Build] Build with python 3.9

* .

* added the files

* black+isort

* resolved torchaudio loading

* adding onnxruntime

---------

Co-authored-by: yonishelach <[email protected]>
Co-authored-by: Yoni Shelach <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2024
1 parent 8aa45c5 commit bf5c665
Show file tree
Hide file tree
Showing 6 changed files with 1,158 additions and 0 deletions.
Binary file added silero_vad/assets/test_data.wav
Binary file not shown.
251 changes: 251 additions & 0 deletions silero_vad/function.yaml

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions silero_vad/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: v1
categories:
- Deep Learning
- PyTorch
- Audio
description: Silero VAD (Voice Activity Detection) functions.
doc: ''
example: silero_vad.ipynb
generationDate: 2023-12-03:14-30
hidden: false
icon: ''
labels:
author: guyl
maintainers: []
marketplaceType: ''
mlrunVersion: 1.5.2
name: silero_vad
platformVersion: 3.5.3
spec:
filename: silero_vad.py
handler: detect_voice
image: mlrun/mlrun
kind: job
requirements:
- torch
- torchaudio
- tqdm
- onnxruntime
url: ''
version: 1.0.0
35 changes: 35 additions & 0 deletions silero_vad/silero_vad.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "initial_id",
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit bf5c665

Please sign in to comment.