Skip to content

MALIBA-AI/maliba-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

    pip install git+https://github.com/MALIBA-AI/maliba-ai.git
from maliba_ai import ASR

# Initialize the transcriber
transcriber = ASR(model_id = "MALIBA-AI/maliba-asr") 

# Transcribe an audio file
result = transcriber.transcribe_audio("path/to/your/audio.wav")
print(result)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages