Skip to content

awsbilal/generativeai-reinforce-chippy

 
 

Repository files navigation

Amazon Transcribe Streaming SDK example Web Application

To get started,

  1. Clone this repo to a local dev environment

  2. Setup Cognito (User pool, identity pool, client id) (and setup a login user).
    Update env.local file with cognito configuration

VITE_REACT_APP_USER_POOL_ID=xxxxxx
VITE_REACT_APP_USER_POOL_CLIENT_ID=xxxxxx
VITE_REACT_APP_IDENTITY_POOL_ID=xxxxxxx
VITE_REACT_APP_AWS_REGION=us-east-1
VITE_TRANSCRIBE_LANGUAGE_CODE=en-US
VITE_TRANSCRIBE_SAMPLING_RATE=48000
VITE_TRANSCRIBE_AUDIO_SOURCE=Microphone 
  1. Run the Web application locally

yarn

yarn dev

  1. From the browser, go to the web application localhost url (eg. http://localhost:5173) and login using the Cognito user id setup in Step 2

  2. Click on "Start Transcription" button to start transcribing audio

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

GenAI Powered Quardaped for Responsible AI Enablement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.7%
  • JavaScript 25.1%
  • CSS 3.5%
  • HTML 1.7%