datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
silero-vad
Silero VAD
Silero VAD - pre-trained enterprise-grade Voice Activity Detector (also see our STT models).
Real Time Example
https://user-images.githubusercontent.com/36505480/144874384-95f80f6d-a4f1-42cc-9be7-004c891dd481.mp4
Please note, that video loads only if you are logged in your GitHub account.
Fast start
Dependencies
System requirements to run python examples on x86-64 systems:
python 3.8+;
1G+ RAM;
A modern CPU with AVX, AVX2, AVX-512 or AMX instruction… See the full description on the dataset page: https://huggingface.co/datasets/echodict/silero-vad.silero_open_stt
Usage
from datasets import load_dataset, Audio
dataset = load_dataset("Sh1man/silero_open_stt", "asr_calls_v2", split="train")
print(dataset[0]['wav'])
Subsets
The dataset contains three subsets:
asr_calls_v2: calls recordings
buriy_audio_books_2: books recordings
public_youtube700: youtube recordings
📊 Сводная статистика аудио-датасетов
📈 Общая статистика по всем датасетам
Метрика
Значение
Всего датасетов/сабсетов
3
Всего семплов… See the full description on the dataset page: https://huggingface.co/datasets/Sh1man/silero_open_stt.Microsoft-AEC-Silero-VADsilero_open_stt_opus
Description
only subset tts_russian_addresses_rhvoice_4voices
Usage
from datasets import load_dataset, Audio
dataset = load_dataset("Sh1man/silero_open_stt_opus", "tts_russian_addresses_rhvoice_4voices", split="train")
print(dataset[0]['opus'])
Subsets
The dataset contains three subsets:
tts_russian_addresses_rhvoice_4voices: address recordings
📊 Сводная статистика аудио-датасетов
Информация по сплитам
🔹… See the full description on the dataset page: https://huggingface.co/datasets/Sh1man/silero_open_stt_opus.
