home.social

#ctranslate2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ctranslate2, aggregated by home.social.

fetched live
  1. Голосовой ввод в любое окно Windows за секунду. Офлайн, на CPU, без единого гигабайта torch

    Голосовой ввод для Windows за ~1 секунду | Полностью локально • CPU • Open Source Как заставить Whisper распознавать речь почти в 4 раза быстрее на обычном CPU без GPU и без облака. Разбираю архитектуру WhisperType, сужение окна энкодера, потоковую обработку аудио, оптимизацию faster-whisper и подводные камни WinAPI.

    habr.com/ru/articles/1068154/

    #Whisper #WhisperType #fasterwhisper #CTranslate2 #SpeechtoText #распознавание_речи #Windows #Python #CPU #Open_Source

  2. One of the best things coming out the current AI-boom is automatic subtitle transcribing.

    I am currently using faster-whisper[0] with the small ASR_MODEL using CPU only and it takes my low-powered i5-6500T only 10 minutes to transcribe 46 minutes.

    The subtitles are 10x better than what you get out of Youtubes automatic subtitles and those are usually good enough for me to get a feel for what is happening.

    [0]: github.com/SYSTRAN/faster-whis

    #ai #whisper #OpenAI #CTranslate2 #subtitles