Skip to content

Latest commit

 

History

History
executable file
·
63 lines (40 loc) · 2.54 KB

README.md

File metadata and controls

executable file
·
63 lines (40 loc) · 2.54 KB

AWS AI Service Demos

Try out various AI services from AWS, no code or account required.

Demo site hosted at https://ai-service-demos.go-aws.com

Included examples:

All components available in src/components/

Installing

To run/test locally:

npm install

npm start

https://localhost:3000

AWS AI Service Free Tiers

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.

Built With

  • AWS AI Services - Fully managed AI services, on a pay-per-use model.
  • AWS Amplify - Development toolchain for building and deploying webapps

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Nicki Stone for the late night javascript help