Downloads · 30 days
30
19% of all-time downloads
maytman12/s2s-complete-setup
s2s-complete-setup is a automatic speech recognition model from maytman12. Use it when you need speech turned into text. It is set up for llama-cpp-python. The card lists the license as mit.
A simple local speech-to-speech assistant that runs from a Windows terminal.
Downloads · 30 days
30
19% of all-time downloads
All-time downloads
159
Public
Repo size
—
Likes
1
Public
Click a slice to open those files.
.py7 KB · 65%
From the Hugging Face model README
A simple local speech-to-speech assistant that runs from a Windows terminal.
microphone -> faster-whisper -> Qwen2.5 3B GGUF -> Windows SAPI speech
Run from PowerShell:
py -3.11 -m venv .venv ..venv\Scripts\python.exe -m pip install --upgrade pip setuptools wheel ..venv\Scripts\python.exe -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 ..venv\Scripts\python.exe -m pip install -r requirements.txt ..venv\Scripts\python.exe download_models.py
.\run_shell_s2s.bat
Enter = record mic and run speech-to-speech t = type text and hear reply d = list audio devices q = quit
The downloader fetches:
Repo: bartowski/Qwen2.5-3B-Instruct-GGUF File: Qwen2.5-3B-Instruct-Q4_K_M.gguf
The GGUF model file is not committed to this repository.
This is a local voice-chat starter. It does not control the computer, run tools, or perform system automation.