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

  • Log In
  • Sign Up

JoshTalksAI
/
Human-1

Audio-to-Audio
Moshi
Safetensors
Hindi
speech-to-speech
hindi
conversational-ai
audio
full-duplex
duplex-dialogue
indian-languages
Model card Files Files and versions
xet
Community

Instructions to use JoshTalksAI/Human-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Moshi

    How to use JoshTalksAI/Human-1 with Moshi:

    # pip install moshi
    # Run the interactive web server
    python -m moshi.server --hf-repo "JoshTalksAI/Human-1"
    # Then open https://localhost:8998 in your browser
    # pip install moshi
    import torch
    from moshi.models import loaders
    
    # Load checkpoint info from HuggingFace
    checkpoint = loaders.CheckpointInfo.from_hf_repo("JoshTalksAI/Human-1")
    
    # Load the Mimi audio codec
    mimi = checkpoint.get_mimi(device="cuda")
    mimi.set_num_codebooks(8)
    
    # Encode audio (24kHz, mono)
    wav = torch.randn(1, 1, 24000 * 10)  # [batch, channels, samples]
    with torch.no_grad():
        codes = mimi.encode(wav.cuda())
        decoded = mimi.decode(codes)
  • Notebooks
  • Google Colab
  • Kaggle
Human-1
31.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
bhaskarJT's picture
bhaskarJT
Update README.md
73af99e verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    9.13 kB
    Update README.md 8 days ago
  • hindi_moshi_architecture.svg
    6.58 kB
    Upload hindi_moshi_architecture.svg about 2 months ago
  • model.safetensors
    30.8 GB
    xet
    Add files using upload-large-folder tool about 2 months ago
  • tokenizer-e351c8d8-checkpoint125.safetensors
    385 MB
    xet
    Add files using upload-large-folder tool about 2 months ago
  • tokenizer_hindi.model
    1.08 MB
    xet
    Add files using upload-large-folder tool about 2 months ago
  • tokenizer_hindi.vocab
    866 kB
    Add files using upload-large-folder tool about 2 months ago