You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this object you are given a string URL that is a reference to an audio file we have uploaded on GCP storage bucket, you will need to retrieve this file in Python
When you're done you will need to send an object with the following attributes {user_id, transcribed_text, time_exported, topic, analyzed_at} into your Kafka Producer
You can send a recording from flutter and see that this audio file gets transcribed in your microservice. As well as being able to send this data to your Producer without any errors.
WHAT TO DO:
RESOURCES:
TASK IS DONE WHEN: