Chatbot with OpenAI GPT-3 using Flask
Skills: API Integration, Web Frameworks, Conversational Assistant
Project Description: GPT-3 is the third version of the Generative Pre-trained Transformer (GPT) series. It is a pre-trained neural network model used for producing human-like text. It has been trained by almost 570 GB of text information and consists of 175 billion parameters that require 800 GB of storage. The text generated by GPT-3 is of such high quality that it is challenging to distinguish it from that written by a human.
In this project, I created a chatbot in Flask. I integrated the GPT-3 API with the chatbot to get the responses to user queries along with maintaining a history of all API user queries and responses.