Workshop Translator - AI-powered workshop document translation agent
Project description
Workshop Translator
AWS Workshop 문서를 자동으로 번역하는 AI Agent 기반 CLI 도구입니다.
설치 및 실행
PyPI에서 설치 (권장)
# uvx 사용 (설치 없이 바로 실행)
uvx wstranslator
# 또는 pip으로 설치
pip install wstranslator
wstranslator
개발 모드 (로컬 개발용)
# 저장소 클론 후
cd workshop-translator/WsTranslator
# uv 사용
uv sync
uv run wstranslator
# 또는 pip 사용
pip install -e .
wstranslator
사용 방법
대화형 모드
# uvx 사용 (가장 간단!)
uvx wstranslator
# 또는 설치 후
wstranslator
대화형 모드에서는 여러 질문을 연속으로 할 수 있으며, 종료하려면 exit 또는 quit를 입력하세요.
필수 요구사항
- AWS 자격 증명 설정 (AWS CLI 또는 환경 변수)
- Bedrock 모델 접근 권한 (기본적으로 활성화됨)
환경 변수
# AWS 리전 설정 (기본값: us-east-1)
export AWS_REGION=us-west-2
# AWS 프로파일 설정
export AWS_PROFILE=your-profile
문제 해결
AWS 자격 증명 오류
# AWS CLI 설정
aws configure
# 또는 환경 변수 설정
export AWS_ACCESS_KEY_ID=your_key
export AWS_SECRET_ACCESS_KEY=your_secret
export AWS_REGION=us-east-1
개발자 정보
- 작성자: Jisan Bang (wltks2155@gmail.com)
- GitHub: https://github.com/onesuit/workshop-translator
- 라이선스: MIT
- Python 버전: 3.10+
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wstranslator-0.1.3.tar.gz
(29.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wstranslator-0.1.3.tar.gz.
File metadata
- Download URL: wstranslator-0.1.3.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fbce3eb3d19445c85d653c6682edcb21a5729fc2c2954b58f42f6e728fc18d
|
|
| MD5 |
2612b834812a18cd5b3c7ea4a316bf18
|
|
| BLAKE2b-256 |
953676c6d649988b63c8401c8842cd065b53e9a336b1bb98dbce61a063464452
|
File details
Details for the file wstranslator-0.1.3-py3-none-any.whl.
File metadata
- Download URL: wstranslator-0.1.3-py3-none-any.whl
- Upload date:
- Size: 40.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3035b528b3eac5cbc73e286bbf95be3ea418cd0594a82190d09eb1bd68c25bf
|
|
| MD5 |
0e9d24c8731642d0b3f7b1a5f9204e51
|
|
| BLAKE2b-256 |
375b1db474f1e36be526566a904518390b6470648b07ccd07271c2828ca22d58
|