Last week ChatGPT was released and everyone has been trying amazing things. I also started playing with it and wanted to try how it would integrate using the AI services from Amazon Web Services (AWS) and the results are AWSome!

In my first post at the AWS Community Builders DEV Community I will explain step by step how I created this project so you can also do it.

Best of all, you don’t need to be an AI expert to create this!

Post link.

I have divided this project in 8 steps:

1- Record an audio and save it in WAV format
2- Upload the audio file to Amazon S3
3- Transcribe and detect the language of the audio saved in S3 using Amazon Transcribe
4- Amazon Transcribe saves the transcript in Amazon S3
5- Send the transcription to ChatGPT
6- Receive the text answer from ChatGPT and remove code chunks
7- Convert the text to audio using the language detected in step 3 using Amazon Polly and download the audio in MP3 format
8- Reproduce the audio file

I hope you enjoy it as much as I did when I was building and playing with these services. I think these state-of-the-art technologies have a lot of opportunities/potential and when we use all of them together the results are AWSome!

If you have any question, suggestion or comment please feel free to add them on the comments or contact me directly! 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *