This is an English (US) g2p model trained using the DeepPhonemizer library. It is the official checkpoint available at
https://github.com/spring-media/DeepPhonemizer trained by the authors there. This version of it updates it for use with
https://pypi.org/project/ilt-deep-phonemizer/ and
https://pypi.org/project/g2p/.
To use, first install g2p (pip install g2p). Then:
1>>> from g2p import make_g2p
2>>> transducer = make_g2p('eng', 'eng-ipa', neural=True)
3>>> transducer('hello world').output_string
4həloʊ wɝːld