<strong>Welcome to this topic !</strong>
You want to use Whisper for your transcription but it's too complicate to install and maybe you don't have the computer to manage it.
Don't worry, you can do it online, it's free.
First login to your google account and open this link <a href="https://colab.research.google.com/drive/1WLYoBvA3YNKQ0X2lC9udUOmjK7rZgAwr?usp=sharing">Click me !</a> and just follow the instructions.
Very easy, you can use whisper now.
However, I recommend that you add code options to transcribe your mp3 for a better accuracy, so add :
For english (<em>because it don't have large model; temperature for accuracy; output_format to have juste an srt</em>) :
!whisper "your.mp3" --model medium --temperature 0.2 --output_format srt
For other languages :
!whisper "your.mp3" --model large --temperature 0.2 --output_format srt
You can see other options with :
!whisper --help
(<em>you can add this code in your notebook page at the end</em>)
The link to the official GitHub to have more info : <a href="https://github.com/openai/whisper">https://github.com/openai/whisper</a>
What you don't have or want a Google account?
Ok no problem try whisper here : <a href="https://replicate.com/openai/whisper">https://replicate.com/openai/whisper</a>
Now do your own subtitles !!
> Help
Open AI Whisper for all
Open AI Whisper for all
2023-03-02 05:49:45

Add GoogleDrive files to your colab
2023-04-01 05:03:19

Because it's a virtual machine, you can be disconnect from colab when you upload a big file.
The solution is to upload the files on your google drive and after, access them using mounting Google Drive into colab, here the code for that :
<pre>
Follow the instructions and the files are ready to use.
The solution is to upload the files on your google drive and after, access them using mounting Google Drive into colab, here the code for that :
<pre>
from google.colab import drive
drive.mount('/content/gdrive')
</pre>Follow the instructions and the files are ready to use.
HowTo Whisper AI
2023-04-08 10:54:20

Lionfacial has created a PDF with screenshots. You can download it: <a href="https://www.avsubtitles.com/files/HowTo_Whisper_Lionfacial.pdf">PDF How to use AI Whisper</a>.
All credits to him!
All credits to him!
Re: HowTo Whisper AI
2023-04-14 20:17:32

Thanks
Re: HowTo Whisper AI
2023-06-06 03:52:58

Arf! Too much line break in the code, sorry for that, just delete all the useless line break if it don't work.
Need your help on this!
2023-12-07 16:13:26

https://www.avsubtitles.com/bbs_posts.php?bbs_topic_id=2441&bbs_msg_id=2442#2442
@Lionfacial @truc1979
Need your help on this! Whisper
@Lionfacial @truc1979
Need your help on this! Whisper
Gift from Santa Lionfacial
2023-12-25 05:39:18

Hello and Merry Christmas.
I share with you my Google Colab Notebook of "Transcribe with OpenAI Whisper", here the link:
https://colab.research.google.com/drive/1Hxu1rVydDU53ADS3CY58oEekbTsX0yVV?usp=sharing
Follow the instructions and enjoy the interface to play with Whisper !
Have a nice day.
I share with you my Google Colab Notebook of "Transcribe with OpenAI Whisper", here the link:
https://colab.research.google.com/drive/1Hxu1rVydDU53ADS3CY58oEekbTsX0yVV?usp=sharing
Follow the instructions and enjoy the interface to play with Whisper !
Have a nice day.
New version page Google_Colab/Whisper
2025-01-05 17:18:46

Hi,
this is the new version of my google colab page of Whisper, now you can choose the turbo mode of large-v3:
https://colab.research.google.com/drive/18F1brP9fn-P0HEJtQAHH946AUlF46y-0?usp=drive_link
And this is my google colab page of insanely-fast-whisper, not fast anymore since the upgrade of Colab:
https://colab.research.google.com/drive/1wj6f0pljYz_Srst_HfJlkWuF_6Ma7Zck?usp=drive_link
Have a nice day and happy new year.
this is the new version of my google colab page of Whisper, now you can choose the turbo mode of large-v3:
https://colab.research.google.com/drive/18F1brP9fn-P0HEJtQAHH946AUlF46y-0?usp=drive_link
And this is my google colab page of insanely-fast-whisper, not fast anymore since the upgrade of Colab:
https://colab.research.google.com/drive/1wj6f0pljYz_Srst_HfJlkWuF_6Ma7Zck?usp=drive_link
Have a nice day and happy new year.
August 2025 Update
2025-08-13 03:40:04

The Google Colab pages have been updated. (Same links)
_OpenAI/Whisper page: I've added some examples to control text formatting.
_insanely-fast-whisper page: Since updating Colab to Python 3.11, the code stopped working. So I rewrote the page, and now you can install and use it. But it's no longer fast, and it loses its appeal.
Have a nice day, eat some ice cream.
_OpenAI/Whisper page: I've added some examples to control text formatting.
_insanely-fast-whisper page: Since updating Colab to Python 3.11, the code stopped working. So I rewrote the page, and now you can install and use it. But it's no longer fast, and it loses its appeal.
Have a nice day, eat some ice cream.
Re: August 2025 Update
2025-08-13 23:10:03

Thank you Lionfacial and nice "Summer" avatar :)