Deploying an NLP model on the web using FastAPI
Jun 26, 2022 · 4 min read · Goal To deploy a model on the web that accepts unpunctuated text in the English language and returns a punctuated text. Background There are several open-source APIs for speech recognition and in my experience, the following two work really well ...
Join discussion