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.4.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.4.tar.gz.
File metadata
- Download URL: wstranslator-0.1.4.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 |
bdbbea99487f6999b9c460de4f7899403884ba8b98cf9e30ad074f94b5095eed
|
|
| MD5 |
589b6390a5354ff74de3161bf3cf8bb8
|
|
| BLAKE2b-256 |
7f995dfae171042079abd7b89295797190534e32598692b988b7292098cac597
|
File details
Details for the file wstranslator-0.1.4-py3-none-any.whl.
File metadata
- Download URL: wstranslator-0.1.4-py3-none-any.whl
- Upload date:
- Size: 40.7 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 |
50ac694d8c19ff6c8ae8b90b320eb322845e9808a8ffbddaaa3708a47a7765d3
|
|
| MD5 |
4fd893938a83eea06059c91b987d07fe
|
|
| BLAKE2b-256 |
ed6f8c7d09a86974a8c72a7e151f43f29c7ce29bc55db51c0b9601adf794230a
|