Dirk Van Meerveld

Intro to AI Engineering with Python (1/6) – ChatGPT and the OpenAI API

Hi and welcome to the first part of this ‘Introduction to AI Engineering’ tutorial series! In this part we’ll first take a look at ChatGPT, the different options and models available, and how to use it via the API with Python so we can automate our ChatGPT calls. What you’ll need To follow along with this tutorial series, you’ll need a […]

Intro to AI Engineering with Python (1/6) – ChatGPT and the OpenAI API Read More »

Introduction to AI Engineering with Python (0/6) – Introduction

Hi, and welcome to this introduction to AI course! Where we usually go very deep into one particular subject in these courses, for this one we’ll take a different approach and go very broad instead. We’ll cover the basics of a lot of different AI implementation-related topics, showing you how to implement and use them

Introduction to AI Engineering with Python (0/6) – Introduction Read More »

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 »

NextJS Course (7/9) – Blockbuster Chat V2 – Implementing the Front-End

Welcome back to part 7! Let’s continue straight where we left off and continue on our blockbuster chat V2. Make sure you have your blockbuster_chat_2/page.tsx file open where we just finished defining our ChatBubble component in the last part: Getting started on the main component Let’s write the main BlockbusterChat component in here. This one

NextJS Course (7/9) – Blockbuster Chat V2 – Implementing the Front-End Read More »

NextJS Course (6/9) – Taking our Chat to the Next Level… with Memory!

Welcome back to part 6 of the tutorial series. In this part, we’ll be leveling up our chat app by making it into a real conversation with memory and making it look a lot better at the same time. We’ll also be using a library called daisyUI to help us style our chat a lot

NextJS Course (6/9) – Taking our Chat to the Next Level… with Memory! Read More »

NextJS Course (5/9) – Creating the Blockbuster Chat App

Welcome to part 5 of the tutorial! In this part, we’ll be adding a chat feature to the Blockbuster page. We’ve been preparing for this for so long, and now we’ll finally get to create something cool (and understand what we’re doing in the process!). We’ll continue to work on our route.tsx file in the

NextJS Course (5/9) – Creating the Blockbuster Chat App Read More »