Skip to content

An Ionic PWA using AWS Amplify and ML/AI services to do predictions on images

Notifications You must be signed in to change notification settings

mlabieniec/IonicPredictions

Repository files navigation

Amplify Predictions PWA

An Ionic app that uses AWS Amplify Predictions AI/ML services to:

  • Identify and Translate Text from an image using Amazon Transcribe
  • Identify Entities, Faces of Celebrities from an image using Amazon Rekognition
  • Identify and Label Entities in an image using Amazon Rekognition
  • Store locally & Sync settings with the cloud using Amplify DataStore and AWS AppSync
  • PWA Splash Screen and add to home screen Icon for both iOS and Android

This app was demoed at re:Invent 2019, here is the talk/demo: https://t.co/bPEFO9Etww?amp=1

Demo Gif

Requirements

Setup

From the root of the project, run:

$ npm i -g @aws-amplify/cli
$ amplify configure
$ cd IonicPredictions && npm install
$ amplify init

Choose a name for your environment i.e. "dev", then run amplify push to create the backend, then run npm start to serve the application.

Hosting

To add hosting to your PWA:

$ amplify add hosting
$ amplify push

*Or you can connect the AWS Amplify Console and provision using git.

About

An Ionic PWA using AWS Amplify and ML/AI services to do predictions on images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published