Try out various AI services from AWS, no code or account required.
Demo site hosted at https://ai-service-demos.go-aws.com
All components available in src/components/
- Amazon Transcribe
Transcribe.js
: Batch async transcription job for custom audio
- Amazon Polly
Polly.js
: Text to speech with standard or neural voice engine across all available languages
- Amazon Comprehend
Comprehend.js
: Sentiment, Entity, Key Phrase, and Syntax Token detection
- Amazon Rekognition
Rekognition.js
: Object detection
- Amazon Translate
Translate.js
: Text to text translate
To run/test locally:
npm install
npm start
https://localhost:3000
The services covered in this demo all have very generous free tiers. At a glance:
Service | Description | Quantity |
---|---|---|
Amazon Translate | Text-Text Translation | 2 million characters/month |
Amazon Polly | Text to Speech | 5 million characters/month |
Amazon Comprehend | Natural Language Understanding | 5 million characters/API/month |
Amazon Rekognition | Computer Vision | 5k images/month |
Amazon Transcribe | Audio to Text Transcription | 60 minutes/month |
For the most up-to-date info on free tier status, check out the live pricing page here.
- AWS AI Services - Fully managed AI services, on a pay-per-use model.
- AWS Amplify - Development toolchain for building and deploying webapps
Have functionality you'd like to see, or a new AI service you want a demo for? Ping me on Twitter (@TheNickWalsh] or open an issue here.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to Nicki Stone for the late night javascript help