Skip to content

papago를 이용한 한국어 Round-Trip-Translation

Notifications You must be signed in to change notification settings

jinmyeongAN/papagoKoRTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦆 papagoKoRTT 🦆

papago를 이용한 한국어 Round-Trip-Translation REST API 입니다.

Quick start

  • $ pip install -r requirement.txt
  • /utils/ 폴더 안에 자신의 OS에 맞는 chromedriver 설치
  • $ uvicorn main:app --reload

Example

스크린샷 2022-10-31 오후 6 47 47

Schema

Request

Request body

{
  "sentence": {input string}
}

Response

curl

curl -X 'POST' \
  'http://{host}/papago/' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "sentence": {input string}
}'

Request URL

http://{host}/papago/

Response body

{
  "sentence": {output string}
}

About

papago를 이용한 한국어 Round-Trip-Translation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages