Normalization for TTS Input
Project description
Python library for text normalization for TTS input using gpt
Installation
pip install normalization_gan
Usage
from normalization_gan import Normalization
# Create instance, provide openai_api_key as string to authenticate
normalization_obj = Normalization(OPENAI_API_KEY)
sample_text = "My phone number is 555-1234"
# Use normalize_text method
normalized_text = normalization_obj.normalize_text(sample_text)
# Output string would look like : "My phone number is five five five one two three four."
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for normalization_gan-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755e9904a92730a0d7a87e1590f550c50bb8dafa03b6bf729a72225abaf50b6b |
|
MD5 | 11d10edc22dd142e0129b3f8af12b540 |
|
BLAKE2b-256 | d414d19d8d610aa3652a9d1c2077414670afbe54ab5587041ab9edaa5bdedcb0 |