Python in Plain English

New Python content every day. Follow to join our 3.5M+ monthly readers.

Follow publication

Member-only story

Speech To Text for FREE Windows 11: Whisper AI

Hey, Let's Learn Something
Python in Plain English
4 min readMar 19, 2024

--

In this quick blog, we’ll teach you how you can transcribe audio to text using a free Python program. We will walk you through the installation process and provide an example of how to transcribe audio using Whisper AI. However, please note that transcription accuracy depends highly on factors such as audio quality, accent, and various others, so it may not be 100% correct and may require human review. Anyway, let’s get started:

1. Download and Install Anaconda
To run Whisper AI, we will need an application. Whisper is a Python application. So, navigate to the Anaconda website, download it, and install it on your computer.

Download Anaconda: Click here

Image: HeyLetsLearnSomething.com

2. Open Anaconda
After installation, you can find Anaconda in the Start menu. Simply search for Anaconda in the Start menu and open it.

Image: HeyLetsLearnSomething.com

3. Create a Python Environment
First, create a Python environment using the following command. You can replace the name…

--

--

Published in Python in Plain English

New Python content every day. Follow to join our 3.5M+ monthly readers.

Written by Hey, Let's Learn Something

We try, experiment, and then share a how-to-do on things like apps, windows, WordPress, sites, and whatever is useful and interesting.

No responses yet

Write a response