Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

maytman12
/
s2s-complete-setup

Automatic Speech Recognition
llama-cpp-python
GGUF
English
speech-to-speech
faster-whisper
qwen
windows
local-ai
terminal
sapi
Model card Files Files and versions
xet
Community

Instructions to use maytman12/s2s-complete-setup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use maytman12/s2s-complete-setup with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="maytman12/s2s-complete-setup",
    	filename="{{GGUF_FILE}}",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
s2s-complete-setup
10.9 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
raichemathew1
Add Hugging Face repo card metadata
48ca412 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • .gitignore
    120 Bytes
    Initial local S2S shell starter 10 days ago
  • README.md
    1.48 kB
    Add Hugging Face repo card metadata 9 days ago
  • config.json
    561 Bytes
    Initial local S2S shell starter 10 days ago
  • download_models.py
    916 Bytes
    Initial local S2S shell starter 10 days ago
  • requirements.txt
    83 Bytes
    Initial local S2S shell starter 10 days ago
  • run_shell_s2s.bat
    83 Bytes
    Initial local S2S shell starter 10 days ago
  • shell_s2s.py
    6.13 kB
    Initial local S2S shell starter 10 days ago