Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Enable your Google Cloud Platform (GCP) speech-to-Text API. 2. Enable your GCP Natural Language API. 3. Create or reuse a GCP Service Account. 4.

image text in transcribed

1. Enable your Google Cloud Platform (GCP) speech-to-Text API. 2. Enable your GCP Natural Language API. 3. Create or reuse a GCP Service Account. 4. Create a call center audio file (WAV extensions work best). 5. Create a bucket in GCP Storage. 6. Upload your audio WAV file to your GCP Storage bucket (your audio file must be different from the one used in class). 7. Extract the text from your audio file. 8. Run a sentiment analysis process on the extracted audio text. 9. Store each speech-extracted record in a No-SQL database like Firestore. Your database must have these keys in each document: 1. wav_filename (e.g. "1.wav") 2. sentence_number (e.g. 1) 3. sentence_text (e.g. "Thanks for calling XYZ my name is John") 4. sentiment (e.g. 0.87) 5. magnitude (e.g. 1.2) 6. transcription_date (e.g. "2023-01-28") 10. Visualize your findings. If you do not want to use GCP, you can use another cloud provider or package that will generate similar results

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions