This project is an age detection web application that utilizes Amazon Rekognition's powerful image analysis capabilities. The frontend is built with React.js, providing a user-friendly interface, while the backend is implemented in Python and hosted on AWS services.
- Age Detection: Utilizes Amazon Rekognition to estimate the age range of individuals in uploaded images.
- Interactive UI: A clean and responsive user interface created with React.js.
- Secure Backend: Python-based backend with AWS Lambda for serverless execution and AWS API Gateway for RESTful API services.
- Node.js
- yarn
- AWS Account
- Python 3.11
- Serverless Framework
- Clone the repository:
git clone https://github.com/your-repo/age-detection.git
- Install frontend dependencies:
cd client yarn
- Install backend dependencies:
cd server pip install -r requirements.txt
-
Frontend yarn run dev
-
Backend Hosted on AWS