This project is an AI-powered image classifier that utilizes AWS services such as S3, Lambda, and Rekognition to detect objects in images uploaded by users.
You can try the application live at: https://image-recognition-service.vercel.app/
- Object Detection: Identify objects, scenes, concepts, and activities in your images
- Confidence Scoring: See how confident the AI is about each detection
- Real-Time Processing: Upload and get results within seconds
- Serverless Architecture: Built on AWS Lambda for scalability
- Navigate to the application
- Click "Try It" or go to the prediction page
- Upload an image by clicking or dropping a file
- View the detected objects and their confidence scores
- Frontend: HTML, CSS, JavaScript
- Backend: AWS Lambda (Python)
- Image Processing: AWS Rekognition
- Storage: Amazon S3, DynamoDB
- API: Amazon API Gateway
- Hosting: Vercel