Speech to Text Flutter App | ChatGPT and Whisper APIs

Описание к видео Speech to Text Flutter App | ChatGPT and Whisper APIs

This tutorial shows you how to transcribes audio into the input language in flutter application. To perform this, we will be using Whisper model developed by OpenAI. Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web. Moreover, it enables transcription in multiple languages, as well as translation from those languages into English. #openaiapi

WARNING ! ! ! ! ! ! ! !
NEVER LEAK YOUR API KEY TO ANYONE OR ANY CLIENT SIDE CODE

If you enjoyed this video be sure to give it a like and subscribe for more!

Github - https://github.com/ngjunya/speech_to_...

Project Timeline --------------------------------------
00:00 Intro
00:10 Intro to OpenAI’s Whisper
00:43 Install required flutter packages
00:57 Project intro
01:21 Create File Picker Function
02:01 Test File Picker Function
02:17 Create Convert Speech to Text Function
02:40 Get OpenAI’s API Secret Key
03:48 Create HTTP request url
04:00 Get OpenAI’s Whisper API
04:29 Add HTTP request body
07:59 Decode HTTP response
08:20 Test the Convert Function
09:17 Fixing Error from HTTP request function
09:38 Re-Test the Convert Function
09:45 Yay! It Works
10:10 Enhancement
10:28 Last Testing
10:44 Complete Result

#chatgpt
#openai
#whisper

Комментарии

Информация по комментариям в разработке