Instructions to use camenduru/NeMo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use camenduru/NeMo with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
| (Inverse) Text Normalization | |
| ============================ | |
| NeMo supports Text Normalization (TN) and Inverse Text Normalization (ITN) tasks via rule-based `nemo_text_processing` python package and Neural-based TN/ITN models. | |
| Rule-based (WFST) TN/ITN: | |
| .. toctree:: | |
| :maxdepth: 2 | |
| wfst/intro | |
| Neural-based TN/ITN: | |
| .. toctree:: | |
| :maxdepth: 2 | |
| neural_models | |