Perplexity AI
What is whisper normalizer and how to use it
The Whisper normalizer is a text normalization tool and algorithm used in OpenAI's Whisper automatic speech recognition (ASR) system. Its main purpose is to...
Last year March, I created a python package called whisper_normalizer… | Kurian Benoy
Last year March, I created a python package called whisper_normalizer package with nbdev. I realized it was not possible to use the normalization algorithms in OpenAI Whisper paper either without downloading OpenAI whisper repo or using transformers package. So I created this package to use in my malayalam ASR benchmarking project. It's incredible to see its adoption grow, with over 1000 monthly downloads via PyPI. Thrilled to witness it being used in open-source projects like Amazon OD3 an
Release v0.1.0 · kurianbenoy/whisper_normalizer | Kurian Benoy
🚀 Weekend Release Alert! Just shipped whisper_normalizer v0.1.0 💻 ✨ What's new: 1. Support for converting arabic numbers to Indic script in word format (36 -> छत्तीस, 90->തൊണ്ണൂറ്) 2. Removed network call from EnglishTextNormalizer module Check it out: