LLM

AI Meme Engineer (1/4) – Building a Fully Automated Meme Generator

Hi and welcome to this course on building a fully automated Meme generator using Python. Our meme generator will have a frontend interface where the user can type any subject and at the click of a button memes will come rolling out. The output will be fully created memes with the text already embedded inside

AI Meme Engineer (1/4) – Building a Fully Automated Meme Generator Read More »

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 »