목록AI (30)
CS log
OverviewThe Speech-to-Text API lets you transcribe audio speech files to text files in over 80 languages.In this lab you send an audio file to the Speech API for transcription.What to learnIn this lab, you explore the following:Creating a Speech-to-Text API request and calling the API with curlCalling the Speech-to-Text API with audio files in a different language 역시나 credential을 생성해주고 아래와 같은 re..
OverviewThe Cloud Natural Language API lets you extract entities from text, perform sentiment and syntactic analysis, and classify text into categories.In this lab, you learn how to use the Natural Language API to analyze entities, sentiment, and syntax. ObjectivesIn this lab, you will learn how to:Create a Natural Language API request and calling the API with curlExtract entities and running se..
The Cloud Natural Language API is a cloud-based service that provides natural language processing capabilities. It can be used to analyze text, identify entities, extract information, and answer questions. Cloud Natural Language API featuresEntity Recognition: Identify entities in text, such as people, places, and things.Sentiment Analysis: Analyze the sentiment of text, such as whether it is po..
1. Create an API keyapi key를 생성한 후 SSH 서버에 연결config, you tell the Speech-to-Text API how to process the request. The encoding parameter tells the API which type of audio encoding you're using while the file is being sent to the API. FLAC is the encoding type for .raw files. The transcript value will return the Speech-to-Text API's text transcription of your audio file, and the confidence value i..
I used BigQuery for data processing and exploratory data analysis and the Vertex AI platform to train and deploy a custom TensorFlow Regressor model to predict customer lifetime value. Vertex AI is Google Cloud's next generation, unified platform for machine learning development and the successor to AI Platform ➡️ you can leverage the latest ML pre-built components and AutoML 실제 클라우드 서비스에서 hand..