OpenAI

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 »

OpenAI Video Creator (6/6): Building a Fully Automated Video Creation System Using OpenAI & Python

Remember the last time you spent hours hunched over your computer, piecing together a video? The late nights, the coffee runs, the frustration of perfecting every frame? But what if you type a few words into your computer, hit enter, and voila! A fully-formed video appears, as if by magic. Sounds like science fiction, right?

OpenAI Video Creator (6/6): Building a Fully Automated Video Creation System Using OpenAI & Python Read More »

OpenAI Video Creator (5/6): Combining All Elements To Produce The Final Cut

We’ve now prepared our visual and audio elements. It’s time to combine these into a cohesive video. For this task, we’ll use a python library called Moviepy. MoviePy is a powerful Python library that provides a user-friendly interface for video editing tasks. With MoviePy, you can easily manipulate videos, audio, and images to create professional-looking

OpenAI Video Creator (5/6): Combining All Elements To Produce The Final Cut Read More »

OpenAI Video Creator (4/6): OpenAI’s Text-to-Speech

In our recent project, we’ve successfully created stunning images. Next on our to-do list is generating a compelling voiceover to accompany our visuals. In the fast-evolving world of digital content creation, high-quality voiceovers can elevate your project to new heights. Whether you’re crafting an engaging video, an informative podcast, or an immersive audiobook, the right

OpenAI Video Creator (4/6): OpenAI’s Text-to-Speech Read More »