Instructions to use litagin/anime-whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use litagin/anime-whisper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="litagin/anime-whisper")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("litagin/anime-whisper") model = AutoModelForSpeechSeq2Seq.from_pretrained("litagin/anime-whisper") - Notebooks
- Google Colab
- Kaggle
Dear developer, thank you for this incredible model
#4 opened 2 months ago
by
anon12369
How can I get result with timestamps?
2
#3 opened about 1 year ago
by
CodyCoding
Is there a way to output the result to SRT or VTT format?
#2 opened over 1 year ago
by
sakiart