This project utilizes Amazon Polly to convert text to speech in a web application. Built with Node.js and Express, it demonstrates how to integrate AWS Polly into a simple backend service.
- Text-to-speech conversion using AWS Polly.
- Supports multiple languages and voices.
- Neural engine for lifelike speech synthesis.
- Node.js
- npm or yarn
- AWS account with access to Polly
- Clone the repository:
git clone https://github.com/mcagataykaban/amazon-polly.git
- Navigate to the project directory:
cd <repository-name>
- Install dependencies:
yarn install or npm install
- Create a .env file in the root of your project and add your AWS credentials and region: AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_REGION= PORT=
- To start the server, run:
yarn start or npm start