Skip to content

Commit

Permalink
fix: remove 'fitz' dependency from Amazon Bedrock translation POC
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Dec 17, 2024
1 parent 8873fce commit 17e8bef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ pythonPocs.push(new StreamlitQuickStartPOC({
pocPackageName: 'amazon-bedrock-translation-poc',
pocDescription:
'This is sample code demonstrating the use of Amazon Bedrock and Generative AI to translate text from a source to target language. Additionally, this demo also includes an Amazon Translate usecase.',
additionalDeps: ['pypdf', 'python-docx', 'fitz', 'PyMuPDF'],
additionalDeps: ['pypdf', 'python-docx', 'PyMuPDF'],
readme: {
pocGoal: {
overview: 'The goal of this repository is to provide users with the ability to use Amazon Bedrock to perform translations. This repo comes with a basic frontend to help users stand up a proof of concept in just a few minutes.',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17e8bef

Please sign in to comment.