Dirk Van Meerveld

Intro to AI Engineering with Python (6/6) – Google Gemini

Hi and welcome to the last part of this tutorial series, where we will be taking a look at Google Gemini. Google Gemini is a powerful LLM (Large Language Model) just like ChatGPT. It is designed to help you generate text, answer questions, and you can even have conversations with it. Just like ChatGPT, there […]

Intro to AI Engineering with Python (6/6) – Google Gemini Read More »

Intro to AI Engineering with Python (5/6) – Local LLMs and HuggingFace 🤗

Welcome back to part 5 of this tutorial series. In this part, we’ll take a look at how to run LLMs locally on your own computer for free and also at the HuggingFace community which has loads of models available for you to use in all sorts of fields. As always, we’ll have resources available

Intro to AI Engineering with Python (5/6) – Local LLMs and HuggingFace 🤗 Read More »

Intro to AI Engineering with Python (4/6) – Rapid Prototyping and Demos Using Gradio

Hi and welcome back to part 4 of this tutorial series. In this part, we’ll look at using Gradio to quickly build an interface so we can have a prototype of whatever it is we’re building using LLMs, APIs, or even Machine Learning models. This part will be slightly different from the others in that

Intro to AI Engineering with Python (4/6) – Rapid Prototyping and Demos Using Gradio Read More »

Intro to AI Engineering with Python (2/6) – Exploring Other AI APIs by OpenAI

Hello and welcome back to part 2 of the Introduction to AI Engineering series. In this part, we’ll take a look at some other exciting APIs in the AI space, as there is much more out there than just ChatGPT. Image generation using DALL-E Let’s start with a look at image generation. We’ll be looking at DALL-E, which is an

Intro to AI Engineering with Python (2/6) – Exploring Other AI APIs by OpenAI Read More »

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 »