Serverless ML Demo

This is a demonstration of the Serverless Machine Learning project that uses AWS Lambda and Rekognition for image analysis.

Image Recognition Demo

Upload an image to analyze it with AWS Rekognition:

Results will appear here after analysis.

How It Works

This demo simulates the functionality of the actual serverless application:

  1. User uploads an image
  2. The image would be sent to an API Gateway endpoint
  3. AWS Lambda function processes the request
  4. The image is analyzed by Amazon Rekognition
  5. Results are returned to the user

Note: This is a frontend simulation. In the actual application, the image would be processed by AWS services.

← Back to Portfolio