ppt-translator

A powerful PowerPoint translation tool that leverages Amazon Bedrock models for high-quality translation. This service can be used both as a standalone command-line tool and as a MCP for integration with AI assistants like Kiro and Amazon Q Developer. It translates PowerPoint presentations while preserving formatting and structure.

GitHub Stars

37

User Rating

Not Rated

Favorites

0

Views

177

Forks

11

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Before using this service, ensure your AWS credentials are properly configured. You have several options:
1AWS CLI Configuration (Recommended):
bash
   aws configure
   
This will prompt you for: - AWS Access Key ID - AWS Secret Access Key - Default region name - Default output format
2AWS Profile Configuration:
bash
   aws configure --profile your-profile-name
   
3Environment Variables (if needed):
bash
   export AWS_ACCESS_KEY_ID=your_access_key
   export AWS_SECRET_ACCESS_KEY=your_secret_key
   export AWS_DEFAULT_REGION=us-east-1
   

Additional Resources