# Credits | |
This repository contains Rust implementations of Whisper models originally created by OpenAI. | |
The original Whisper models and tokenizer.json files were released by OpenAI under the MIT license and can be found here: https://huggingface.co/openai/ | |
My implementations are based on the original OpenAI code and pretrained models. I gratefully acknowledge OpenAI's work in creating the initial Whisper models and making them freely available. |