Use OpenAI and ChatGPT to Build Real-World Q&A Bot
Are you interested in building cutting-edge AI-powered applications? Do you want to learn how to use OpenAI and NodeJS to create a real-world application? If so, then this course is for you.
In this course, we will build an AI bot that can answer questions about news articles that we crawl. We will explore the latest API endpoints from OpenAI, we will learn how to use embeddings and GPT-3 in code.
Whether you're a software developer, data scientist, or an enthusiast looking to explore generative AI, this course is designed to provide you with the skills and knowledge you need to develop cutting-edge AI applications. Join today and learn how to use OpenAI and ChatGPT to build a real-world Q&A bot that can answer questions about things happening in the news through text embeddings.
-------------
In this course, you will:
Learn how to crawl news websites and gather article text
Understand how embeddings work in ML, and turn article text into text embeddings
Use tokenizer to split text into common sequences of characters
Apply cosine similarity to identify the embedding most relevant to user entered question
Prompt OpenAI text completion endpoint to generate answer responses
What will we use/learn in this course:
NodeJS
OpenAI text completion
OpenAI embedding
Tokenizer (tiktoken)
Cosine similarity
Web crawler (puppeteer)