Develop a Conversational AI Bot in 4 simple steps

Learn how to create a ChatBot using PyTorch transformers, FastAPI and Docker

André Ribeiro
Towards Data Science
6 min readJan 19, 2022

--

Image by the author.

Table of Contents

  1. Introduction
  2. Step 1: Leverage a pre-trained model
  3. Step 2: Build the backend
  4. Step 3: Build the frontend

--

--