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

[silero_vad] New function #769

Merged
merged 20 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
356264f
[Build] Fix html links, Add <function>.html as source in documentation
yonishelach Mar 8, 2023
2202caf
Update CI temporarily and update index
yonishelach Apr 19, 2023
b0f2b5d
Merge pull request #615 from yonishelach/fix-links-html
yonishelach Apr 19, 2023
8b17c8f
[XGB-Custom] Fix test artifact key name
yonishelach Apr 19, 2023
f42f3e3
Merge pull request #616 from yonishelach/fix-xgb-custom-test
yonishelach Apr 19, 2023
a469dca
[XGB-Serving][XGB-Test][XGB-Trainer] Fix tests - artifact key
yonishelach Apr 19, 2023
80c7de2
Merge pull request #617 from yonishelach/fix-xgb-custom-test
yonishelach Apr 19, 2023
3301415
[Build] Install python 3.9 when testing (#618)
yonishelach Apr 19, 2023
0cd1f15
[Build] Update python version in CI (#620)
yonishelach Apr 19, 2023
33e7ab8
Revert "[Build] Update python version in CI (#620)" (#621)
yonishelach Apr 19, 2023
7a7473b
Revert "[Build] Install python 3.9 when testing (#618)" (#619)
yonishelach Apr 19, 2023
81437da
[Build] Build with python 3.9 (#622)
yonishelach Apr 19, 2023
c0a1bb8
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l Oct 1, 2023
10cf170
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l Dec 28, 2023
81b45ae
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l Jan 4, 2024
f1aa62a
Merge branch 'development' of https://github.com/mlrun/functions into…
guy1992l Jan 8, 2024
646684a
added the files
guy1992l Jan 8, 2024
359ccce
black+isort
guy1992l Jan 8, 2024
d659cba
resolved torchaudio loading
guy1992l Jan 9, 2024
edcfdac
adding onnxruntime
guy1992l Jan 9, 2024
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
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
Loading