Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 컨텍스트 매니져
- Azure
- dask
- 모험
- GPT
- 조건문
- 아기동화
- 검색
- 제로샷
- Python
- 대스크
- 동화책
- UDF
- Redshift
- 프롬프트 튜닝
- 파라미터 힌트
- Cognitive Service
- AI 동화
- Compute
- 반복문
- 도커
- Ai
- 토끼
- Docker
- Cognitive Search
- 파이썬
- 퓨샷
- FOR
- 인컨텍스트 러닝
- 인자 힌트
Archives
- Today
- Total
목록번역 (1)
호랭이 분석가
[Azure] Language Translator로 번역하기 (Python)
Azure Cognitive Searvice의 Translator 서비스를 Python으로 사용하기 위한 세팅을 해보도록 하겠습니다. 기본적으로 Azure의 Portal에 Translator가 생성이 되어있다고 가정하고 진행합니다. pip install azure-ai-translation-text=1.0.0b1 우선 터미널에 azure-ai-translation-text 라이브러리를 설치해 줍니다. from azure.ai.translation.text import TextTranslationClient, TranslatorCredential from azure.ai.translation.text.models import InputTextItem from azure.core.exceptions impo..
Azure
2023. 7. 15. 17:48