Introducing GPT Answers
In this section, we're going to be building a GPT-3-powered web app that lets users ask any questions and get back answers from a knowledge base of data that we'll provide. We will call the app GPT Answers. Yes, the name is underwhelming, but we can always use GPT-3 to help us brainstorm a better name later.
The following is a screenshot of what the app will look like when it's completed. Sure, the user interface might be as underwhelming as the name, but the power behind it is sure to impress!
Now let's get into what's behind the UI and how the app will be built.
GPT Answers technical overview
GPT Answers will be built using Node.js, JavaScript, and HTML. We'll also be using a web framework called Express, to simplify the development.
Important note
This app could also be built using Python but for this chapter, unlike the previous chapters...