awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPerformance Evaluation

Techniques for quantifying the accuracy of automatic speech recognition systems.

Distinct from Automatic Speech Recognition: Focuses on measuring the success of transcription rather than the act of transcription

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Performance Evaluation. Refine with filters or upvote what's useful.

Awesome Performance Evaluation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/fairseqfacebookresearch 的头像

    facebookresearch/fairseq

    32,228在 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

    Measures speech model performance using external language models and Viterbi decoding for transcription verification.

    Python
    在 GitHub 上查看↗32,228
  • zzw922cn/automatic_speech_recognitionzzw922cn 的头像

    zzw922cn/Automatic_Speech_Recognition

    2,834在 GitHub 上查看↗

    该项目是一个机器学习工具包,专为自动语音识别引擎的开发、训练和部署而设计。它提供了一个将口语音频转换为书面文本的综合框架,特别支持在中文和英文数据集上训练的模型。 该库利用端到端的神经架构,直接将原始音频输入处理为字符序列,无需中间的语言对齐。它结合了信号处理技术,将声波转换为数值频谱图和特征向量,然后通过迭代的、硬件加速的学习周期来训练声学模型。 该工具包包含一套完整的模型生命周期管理实用程序,包括数据预处理、基于检查点的状态持久化以及性能评估。用户可以通过计算诸如音素编辑距离等指标来评估转录质量,从而量化语音转文本转换的精度。

    Quantifies the accuracy of speech recognition systems using phoneme edit distance metrics.

    Pythonaudioautomatic-speech-recognitionchinese-speech-recognition
    在 GitHub 上查看↗2,834
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Speech Processing
  5. Automatic Speech Recognition
  6. Performance Evaluation