--- pipeline_tag: automatic-speech-recognition license: mit library_name: kerasformers tags: - keras - kerasformers - moonshine - tf - jax - pytorch --- # moonshine_tiny (Keras 3) Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `mit`. ```python from kerasformers.models.moonshine import MoonshineSpeechToText, MoonshineProcessor model = MoonshineSpeechToText.from_weights("moonshine_tiny") processor = MoonshineProcessor.from_weights("moonshine_tiny") ```