The Top 6 AI Tools That I Can’t Live Without

✨ Image generated with one of the tools by the author. ✨ As you may know from the Finxter newsletter, I’ve been diving deep into generative AI, building apps, creating content, and experimenting with hundreds of AI tools over the last three years. The vast majority of AI tools is worthless. But there is a … Read more

GPT-4 vs GPT-4o? Which is better?

Evidence 1: LMSYS Leaderboard Evidence 2: OpenAI Simple Evals Benchmark Evidence 3: Analyzing the Sentiment of the OpenAI Community Evidence 4: Costs Evidence 5: Speed Evidence 6: Model Capabilities and Conceptual Differences Evidence 7: My Personal Opinion Clearly, GPT-4o wins. It was able to process my whole 160-page dissertation and provided well-thought out research gaps … Read more

[Fixed] Error Code 429: Quota Exceeded

If you encounter Error Code 429, it means you’ve reached your API’s monthly usage limit. This occurs when the credits or units allocated to your plan are fully utilized within the billing cycle, either due to exhausting free tokens or exceeding the allocated rate. πŸ’‘ Common Causes: Depletion of free tokens allocated initially, which may … Read more

[Full Tutorial] OpenAI Fine-Tuning: Creating a Chatbot of Yourself (Example: ChrisGPT)

Hi and welcome to this course on fine-tuning ChatGPT with the OpenAI API. In this course we’ll not just look at how to deal with the fine-tuning API endpoints itself, but also how to run the fine-tuned model, and most importantly, the data preparation and validation steps so that you will be able to do … Read more

I Just Found This All-GPTs Dataset on GitHub: 300k OpenAI GPTs

I recently stumbled upon an amazing GitHub repository, “openai-gpts-data”, which is a treasure trove of data on 349K OpenAI Custom GPT models. This dataset is incredibly valuable for anyone involved in the tech, coding, or AI fields. If you’re a coder (like me) looking for real-world data to train your models, an AI expert keen … Read more

Alien Technology: Catching Up on LLMs, Prompting, ChatGPT Plugins & Embeddings

What is a LLM? πŸ’‘ From a technical standpoint, a large language model (LLM) can be seen as a massive file on a computer, containing billions or even trillions of numerical values, known as parameters. These parameters are fine-tuned through extensive training on diverse datasets, capturing the statistical properties of human language. However, such a … Read more

How to Install OpenAI Whisper (Win, Mac, Linux, Ubuntu)

Run pip3 install openai-whisper in your command line. Once installed, use Whisper to transcribe audio files. Alternatively, you may use any of the following commands to install openai, depending on your concrete environment (Linux, Ubuntu, Windows, macOS). One is likely to work! πŸ’‘ If you have only one version of Python installed: pip install openai-whisper … Read more

OpenAI Whisper – Speeding Up or Outsourcing the Processing

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Hi and welcome back! In this part, we’re going to look at some … Read more

OpenAI Whisper Example – Building a Subtitle Generator & Embedder

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome back to part 3, where we’ll use Whisper to build another really … Read more

OpenAI Whisper – Building a Podcast Transcribing App in Python

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome back to part 2, where we’ll start practically applying our Whisper skills … Read more

OpenAI Whisper – Python Installation, Setup, & First Steps to Speech-to-Text Synthesis

πŸŽ™οΈ Course: This article is based on a lesson from our Finxter Academy Course Voice-First Development: Building Cutting-Edge Python Apps Powered By OpenAI Whisper. Check it out for video lessons, GitHub, and a downloadable PDF course certificate with your name on it! Welcome to this first part of the Whisper course. My name is Dirk … Read more