awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pannous avatar

pannous/tensorflow-speech-recognition

0
View on GitHub↗
2,172 stars·633 forks·Python·9 vues

Tensorflow Speech Recognition

Cette bibliothèque fournit un framework de deep learning pour entraîner des réseaux de neurones à effectuer la reconnaissance vocale et la classification audio. Elle utilise des architectures séquence-à-séquence pour mapper des entrées audio de longueur variable en sorties textuelles ou numériques, permettant le développement de modèles de transcription parole-vers-texte personnalisés.

Le projet se distingue par des capacités de traitement audio intégrées qui transforment les formes d'onde brutes en spectrogrammes et en vecteurs numériques de haute dimension. Ces outils permettent l'extraction de caractéristiques vocales uniques pour identifier les locuteurs, ainsi que la classification de sources audio spécifiques et de chiffres parlés.

Pour soutenir le développement de modèles, la bibliothèque inclut des utilitaires pour l'augmentation audio et la reconstruction de signal. En modifiant par programmation des échantillons audio pour simuler divers environnements acoustiques et en vérifiant l'intégrité des caractéristiques apprises par reconstruction dans l'espace latent, le système améliore la robustesse de ses réseaux de neurones sous-jacents.

Features

  • Speech Transcription - Converts raw audio input into written text sequences using deep learning architectures designed for speech transcription.
  • Automatic Speech Recognition - Provides a framework for building custom models to convert spoken human language into written text.
  • Speech Recognition Libraries - Provides a deep learning framework for training neural networks to transcribe spoken audio and classify voice patterns.
  • Sequence-to-Sequence Models - Implements encoder-decoder architectures to map variable-length audio sequences into text or numerical outputs.
  • Training Data Augmentation - Provides programmatic audio augmentation techniques to simulate diverse acoustic environments for training robust neural networks.
  • Audio Speaker Embeddings - Maps unique vocal characteristics into high-dimensional numerical vectors to isolate speaker identity from speech content.
  • Speaker Identification Frameworks - Extracts unique vocal characteristics from audio recordings to distinguish between different individuals or verify speaker identity.
  • Feature Extraction - Extracts voice characteristics like pitch and speed into numerical vectors to isolate a speaker's unique identity.
  • Audio Classification Models - Classifies audio sources by processing features through deep learning models to distinguish speakers or spoken content.
  • Spoken Digit Recognition - Maps spectrogram data to specific numerical labels to accurately recognize individual digits spoken by a human voice.
  • Spectrogram Processing - Converts raw audio waveforms into spectrograms to enable neural networks to process sound as spatial data.
  • Audio Feature Extraction - Provides utilities for processing raw audio into spectrograms and numerical vectors for speech recognition tasks.

Historique des stars

Graphique de l'historique des stars pour pannous/tensorflow-speech-recognitionGraphique de l'historique des stars pour pannous/tensorflow-speech-recognition

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait pannous/tensorflow-speech-recognition ?

Cette bibliothèque fournit un framework de deep learning pour entraîner des réseaux de neurones à effectuer la reconnaissance vocale et la classification audio. Elle utilise des architectures séquence-à-séquence pour mapper des entrées audio de longueur variable en sorties textuelles ou numériques, permettant le développement de modèles de transcription parole-vers-texte personnalisés.

Quelles sont les fonctionnalités principales de pannous/tensorflow-speech-recognition ?

Les fonctionnalités principales de pannous/tensorflow-speech-recognition sont : Speech Transcription, Automatic Speech Recognition, Speech Recognition Libraries, Sequence-to-Sequence Models, Training Data Augmentation, Audio Speaker Embeddings, Speaker Identification Frameworks, Feature Extraction.

Quelles sont les alternatives open-source à pannous/tensorflow-speech-recognition ?

Les alternatives open-source à pannous/tensorflow-speech-recognition incluent : soniqo/speech-swift — This project is a comprehensive toolkit for on-device speech recognition, synthesis, and audio processing,… paddlepaddle/paddlespeech — PaddleSpeech is a comprehensive toolkit of neural models for speech recognition, synthesis, and translation built on… facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… alphacep/vosk-api — Vosk is an offline speech-to-text engine and API that converts spoken audio into text locally on a device. It provides… facebookresearch/omnilingual-asr — Omnilingual-ASR is a multilingual automatic speech recognition framework and toolkit designed to transcribe audio… modelscope/funasr — FunASR is an automatic speech recognition toolkit and multilingual speech-to-text engine designed to convert spoken…

Alternatives open source à Tensorflow Speech Recognition

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Tensorflow Speech Recognition.
  • soniqo/speech-swiftAvatar de soniqo

    soniqo/speech-swift

    896Voir sur GitHub↗

    This project is a comprehensive toolkit for on-device speech recognition, synthesis, and audio processing, specifically engineered for Apple Silicon. It provides a framework for building real-time, full-duplex voice agents that operate entirely offline, leveraging native hardware acceleration to maintain performance and privacy. By utilizing optimized machine learning models, the library enables local execution of complex audio tasks without reliance on external cloud services. The library distinguishes itself through its specialized focus on local, high-performance voice interaction. It incl

    Swiftapple-siliconasrcoreml
    Voir sur GitHub↗896
  • paddlepaddle/paddlespeechAvatar de PaddlePaddle

    PaddlePaddle/PaddleSpeech

    12,626Voir sur GitHub↗

    PaddleSpeech is a comprehensive toolkit of neural models for speech recognition, synthesis, and translation built on the PaddlePaddle deep learning framework. It provides a collection of frameworks and tools for converting spoken audio into written text, synthesizing natural audio from text, and performing direct speech translation. The toolkit includes specialized capabilities for keyword spotting to detect trigger words and speaker verification systems that extract unique voiceprints to identify and distinguish between individuals. It also features end-to-end translation tools that map audi

    Pythonasrcode-switchconformer
    Voir sur GitHub↗12,626
  • facebookresearch/fairseqAvatar de facebookresearch

    facebookresearch/fairseq

    32,228Voir sur GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    Voir sur GitHub↗32,228
  • alphacep/vosk-apiAvatar de alphacep

    alphacep/vosk-api

    14,853Voir sur GitHub↗

    Vosk is an offline speech-to-text engine and API that converts spoken audio into text locally on a device. It provides a cross-platform speech toolkit with language bindings for integrating voice recognition into server environments, Android, iOS, and Raspberry Pi. The project includes a speaker identification tool to distinguish between different voices and an acoustic model trainer for building custom neural network models. These training tools enable speech feature extraction and model accuracy evaluation to improve recognition for specialized domains. The system supports real-time audio

    Jupyter Notebookandroidasrdeep-learning
    Voir sur GitHub↗14,853
Voir les 30 alternatives à Tensorflow Speech Recognition→

Collections incluant Tensorflow Speech Recognition

Sélections manuelles où Tensorflow Speech Recognition apparaît.
  • Moteurs de reconnaissance vocale open source
  • Modèles de synthèse et de reconnaissance vocale