Python

Google Gemini Course (3/7) – Building a Chatbot with Google’s Gemini API

Hi and welcome back to part 3! Before we move on let’s take a more in-depth look at the response that the Gemini API returns to us. Go back into the simple_request.py file and change the print statements in the if __name__ == ‘__main__’: block as follows: We’re going to look at the text, candidates,

Google Gemini Course (3/7) – Building a Chatbot with Google’s Gemini API Read More »

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling

Welcome to part 1 of the course! My name is Dirk van Meerveld and I will be your host and guide for this series in which we’re going to be exploring all the new features of the OpenAI APIs and what we can do with them. To get started we’re going to be looking at

(1/6) OpenAI API Mastery: Innovating with GPT-4 Turbo and DALL·E 3 – Parallel Function Calling Read More »

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023

This is part of the course lesson of our course with the same name. Go back to the course via this link. In this project, I will show you how I have built a simple but quite powerful movie recommendation app. 💻 Try It Yourself: You can play with the live demo here. I built

ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023 Read More »