Python

A Beginner’s Guide to AI Engineering – or How to Automate Finance Articles

Hi and welcome to this mini-course on AI engineering! In this mini-course you will learn the basic principles of AI engineering by using ChatGPT to automatically write blog articles on any news topic. I will show you some cool tricks along the way, but rest assured, you don’t need to be an expert in coding […]

A Beginner’s Guide to AI Engineering – or How to Automate Finance Articles Read More »

Google Gemini Course (7/7) – Code Execution and Context Caching

Welcome back to the final part of this tutorial series. This part was not actually supposed to exist, but after completing the curriculum for the Gemini tutorial series Google suddenly dropped some new and awesome features, so here we are. Please bear with me as this might be a bit more spontaneous and unscripted compared

Google Gemini Course (7/7) – Code Execution and Context Caching Read More »

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 »