To get started,
-
Clone this repo to a local dev environment
-
Setup Cognito (User pool, identity pool, client id) (and setup a login user).
Updateenv.localfile 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
- Run the Web application locally
yarn
yarn dev
-
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 -
Click on "Start Transcription" button to start transcribing audio
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.