THE LIVE PREVIEW OF THIS PROJECT IS CURRENTLY DOWN DUE TO CLOUD PROVIDER ACCOUNT ISSUES, SORRY FOR THE INCONVENIENCE CAUSED
CloudWear AI is a fun project made using AWS Strands agents, fastAPI, NextJS, AWS Lambda functions and Amazon API Gateway. This witty AI agent fetches real time weather and searches for tourist attractions based on the user's entered city.
- Frontend : NextJS
- Backend : FastAPI
- Deployments: GCP Cloud Run
- AI Agent Layer: Strands framework
- Weather, location fetching layer : OpenMeteo APIs exposed through AWS Lambda function and Amazon API Gateway
- Replacing AWS Lambda+ Amazon API Gateway combination with Cloudflare workers to reduce Latency (Underway)
- Adding context-aware feature with the help of caching using Redis Cloud (planned)
- Storing User queries and AI Agent responses for long term memory, in Amazon RDS (Underway)