1 year ago

#386456

test-img

Ashish Maurya

I am building a React app which can convert any video to text. For that I am using AWS Transcribe and DynamoDB

So I am building an application on React which converts user videos into text using AWS transcribe and saves it to the database. I thought of using an AWS dynamo table as a database but I am completely new to AWS and can not figure out what is needed and how to do structure.

Things I was able to attain

  • I was able to convert any video put in was S3 bucket into text using Lambda and Aws transcibe.
  • I m able to create the UI for the app.

Things I need help with

  • How to save data such that can have all the transcription created by the user into one user table

        user-id
           |
            ----- Transcribed / [ Array of all the transcribed data]
           |
           ------- User details
    
    
    

something like the above structure but I am not sure how to achieve it.

Any help will be appreciated Thank you.

reactjs

amazon-web-services

amazon-s3

amazon-dynamodb

0 Answers

Your Answer

Accepted video resources