ถอดไฟล์เสียงเป็นข้อความภาษาไทยด้วย whisper AI
https://github.com/openai/whisper
Step 1: Install Colab
• Open Google Drive
• Install Google Colaboratory
Step 2: Set up Google Colab
• Change Runtime Type to GPU
Step 3: Install Whisper and FFmpeg
• Copy and paste this code to Install Whisper:
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
(Make sure there are no extra spaces/characters before or after the code)
• Press Run Cell
• Wait for the installation to finish
Step 4: Upload ...
Step 1: Install Colab
• Open Google Drive
• Install Google Colaboratory
Step 2: Set up Google Colab
• Change Runtime Type to GPU
Step 3: Install Whisper and FFmpeg
• Copy and paste this code to Install Whisper:
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
(Make sure there are no extra spaces/characters before or after the code)
• Press Run Cell
• Wait for the installation to finish
Step 4: Upload ...
216.73.217.48