Skip to content

mcagataykaban/amazon-polly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Polly Text-to-Speech Service

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.

Features

  • Text-to-speech conversion using AWS Polly.
  • Supports multiple languages and voices.
  • Neural engine for lifelike speech synthesis.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn
  • AWS account with access to Polly

Installation

  1. Clone the repository:
    git clone https://github.com/mcagataykaban/amazon-polly.git
  2. Navigate to the project directory:
    cd <repository-name>
  3. Install dependencies:
    yarn install or  npm install
  4. 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=
  5. To start the server, run:
    yarn start or  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published