Unlocking the Potential of Generative AI: Top 5 Benefits for Businesses and Industries

Unlocking the Potential of Generative AI Top 5 Benefits for Businesses and Industries

Are you ready for the next big thing in artificial intelligence? Meet Generative AI, the cutting-edge technology that can create new content such as images, videos, and text, providing several benefits for businesses and industries. Let’s dive into the top 5 advantages of Generative AI applications. Increased Efficiency Generative AI can automate tasks that would […]

Replace GPT-3 by ChatGPT, the API is 10 times cheaper!

CHAT GPT API

March 1st, 2023. This is such an exciting day for the AI enthusiasts! 🥂 OpenAI has officially released the ChatGPT API to all developers (+ access to the Whisper Speech-To-Text API). As you may already know, ChatGPT leverages a language model which is much more effective than GPT-3. It’s based on gpt-3.5-turbo. If you’ve played […]

How to fix “openai.error.RateLimitError: The server had an error”

fix openai.error .RateLimitError

If you’re a regular user of the OpenAI GPT API, you might have recently faced a very annoying issue, causing your Python script to fail 👇 or maybe this version, which I’ve seen more often over the last few weeks: There’s no rational reason explaining this “RateLimitError” (except of course if you’re actually flooding the […]

Calculate how much you’re paying to use the OpenAI GPT API

Calculate how much youre paying for each call when using the OpenAI API

Most of you might have heard of ChatGPT, the conversational engine built on top of OpenAI’s GPT API. The API was opened to the public in 2022 and is now being used by an increasing amount of web apps abstracting the prompts to serve specific customer needs. If you’re using the OpenAI API on a […]

How to export all your blog posts as a CSV using Python and SQLite.

How to export all your blog posts as a CSV with Python and SQLite

A friend asked me if I could help him export all of his blog posts in a CSV format as he was considering migrating his content to another platform. The example in this article explains how to export content created on Bloggi.co but you can apply the same basic principles to any blogging platform accessible […]

How to fix audio & video out of sync when using Loom on your Mac?

AUDIO VIDEO OUT OF SYNC LOOM QUICK FIX

When using Loom to record your screen, you might face a very nasty issue if your DSLR or Hybrid camera is connected to your Mac via the Elgato Cam Link or another USB adapter. As you will see in my demo video below, my voice was by default out of sync with the video when […]

I asked ChatGPT to fix a nasty bug: broken images not showing up in Safari

I asked ChatGPT to fix a nasty bug in Safari. It worked

Recent changes in my website’s implementation, now serving WebP images by default to improve its loading speed, had caused a very nasty issue: all the images on my website were broken in Safari, none was showing up. 😢 Everything was fine in Chrome, Brave, FireFox and other browsers but when I tried to open my […]

Transform any website into an API with Python / BeautifulSoup

Transform any website into an API with Python BeautifulSoup

I love APIs. They’re an amazing source of data for all kinds of creative projects. But what if a website doesn’t provide an official API? Can you still collect some data programmatically on a regular basis? If you want to transform (almost) any public-facing website into an API, you can leverage the power of Python, […]

How to create dynamic images for your WordPress posts using Python

How to create dynamic images for your WordPress posts using Python

You know the importance of having a nice featured image for your WordPress posts. That’s how those articles will be previewed on social media and it’s also a smart way to get traffic from Google Images. You can create dynamic images with SaaS such as Bannerbear, which does a great job in offering you no-code […]

How to use Generative AI in your daily practice

How to use Generative AI in your daily practice

What do ChatGPT, Dall-E, Midjourney, GPT-3, Stable Diffusion, Nightcafé and Dreamstudio have in common? They’re all examples of Generative AI applications. What is Generative AI? Generative AI, also known as generative models or generative artificial intelligence, is a type of machine learning that is designed to generate new, original content, such as images, text, music, […]