Currently, we implemented the STT function using Kakao Voice API.
The key used the restapi key value.
After implementation, I want to execute the STT function and implement it when I press the button on the web page by connecting it to the storage.
It's my first time, so I don't know how to do it. Can you tell me?
django stt api
You understand that django is a framework that receives http requests and returns http responses, right?
If so, when you press the button:
You can play the received response as it is.
With this basic concept, consider reading references such as MDN.
1921 M2 Mac fails to install rbenv install 3.1.3 due to errors
3079 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
1751 I want to run pyautogui without remote connection on Windows 10 in the cloud
1788 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2026 OneMinuteCode. All rights reserved.