Sample web application converting speech to text using AWS Transcribe.
-
Edit shadow-cljs.edn file by replacing values corresponding to AWS and Facebook settings.
-
Download AWS SDK here, and store it store locally in resources/public/js/aws/sdk-<version>.js
- NOTE: Include only S3 and TranscribeService into the build.
-
Replace the version of AWS SDK in index.html
-
Install npm dependecies by running
npm install
.
Run development environment:
$ clj -A:dev
Release the app:
$ clj -A:prod
Serve release build locally:
$ ./scripts/serve-release.sh