Instructions to use togawa83/sentis-whisper-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use togawa83/sentis-whisper-base with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Whisper-Tiny model in Unity Sentis (Version 2.1)
This is the Whisper Tiny model running in Unity 6 with Sentis 2.1. It is a speech-to-text model that transcribes 16kHz wav audio to text.
- Downloads last month
- -