- 번역 기능 : Azure AI Translator의 Text 번역 기능
- 웹 서버 프레임워크 : FAST API
- 테스트 클라이언트 : HTML
- 웹 통신 : WebSocket
-
PYTHON 가상환경 설치
-
Config Azure key, region, endpoint 설정 (config.yaml 수정)
- azure_config: key: your_azure_key_here endpoint: your_azure_endpoint_here location: your_azure_location_here
- LOCAL 서버에서 uvicorn 명령어 실행
uvicorn websocket_fastapi_translator:app --reload