From the course: Building a React Project with Google Bard and the PalM2 API
The competition in AI from Google - Bard Tutorial
From the course: Building a React Project with Google Bard and the PalM2 API
The competition in AI from Google
- You may have heard of a project called Google Bard, an experimental product that can answer questions in a conversational way. Behind Bard is an engine called PaLM2 which has been trained on millions of parameters and is fantastic at tasks like reasoning, code, math, and other languages. In this course, we'll take a look at what it takes to create an application that uses the PaLM2 API to create your own personal chatbot. We'll use Node.js together with React and create a simple interface that answers questions, managing the connectivity between the client and the server. It's going to be a lot of fun, so let's get started.