Skip to content

winglang/translator-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translator Service Example

This is an example of a Wing application that translates documents to multiple languages using GPT-4o.

It can run locally in the Wing Simulator:

wing run

It can be deployed to AWS through Terraform:

wing compile -t tf-aws
terraform -chdir=target/main.tfaws init
terraform -chdir=target/main.tfaws apply

Or it can be deployed to AWS using the AWS CDK:

npx cdk deploy

Roadmap

  • GCP and Azure support requires cloud.Secret implementation for these platforms (#2178, #2179).
  • CloudFront issue when deploying using AWS CDK

License

MIT.

About

AI-based translation service built with Wing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published