Skip to content

Latest commit

 

History

History

amplify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AWS Amplify

A website for users to upload image files and download the prediction images.

demo

  • Install the AWS Amplify CLI

     npm install -g @aws-amplify/cli
    
  • Configure the CLI with our credentials

     amplify configure
    
  • Install AWS Amplify & AWS Amplify React libraries

     npm install aws-amplify @aws-amplify/ui-react
    
  • Initializing Amplify project

     amplify init
    
  • Pushing the changes to the AWS

     amplify push