GCP web services used Laravel framework – Part 2

GCP web services used Laravel framework – Part 2

VI. Implement Speech To Text API You can refer to this main API document page Install the client library: composer require google/cloud-speech Now you can use Speech-to-Text to transcribe an audio file to text. We will create a controller to handle 3 things: Get the uploaded audio file from the request Convert audio file to FLAC with library FFMpeg Use the below code to show the text received from […]

Read More

GCP web services used Laravel framework – Part 1

GCP web services used Laravel framework – Part 1

I. What is GCP? Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, and YouTube. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics, and machine learning. Registration requires a credit […]

Read More

GAS Development by Typescript

GAS Development by Typescript

Introduction GAS (Google App Script) can be developed only in Javascript before, and there is no official local PC development tool provided by Google, so it was standard to edit code on the cloud, the developers can not use the management program software such as Git. However, in 2018, Google provided the Clasp tool, which made it possible to clone javascript codes locally or to […]

Read More