Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 491 Bytes

Front-end for Korean Bert-as-Service

Front-end for Korean bert-as-service

Run on Ainize

Prerequisite

Docker, python3

Run with Docker

build dockerfile

docker build -t <image_name> .

run docker image

docker run -p 5000:5000 -it <image_name>