Library of Congress script transliterator.

Stefano Cossu bacd528701 No-op. há 2 anos atrás
data ec33242346 Basic REST API. há 2 anos atrás
transliterator bacd528701 No-op. há 2 anos atrás
.gitignore 45beb9b314 Ignore .bas files. há 2 anos atrás
Dockerfile acf4bf7b3d Flask and Docker boilerplate. há 2 anos atrás
LICENSE 20cb85dad1 Initial commit há 2 anos atrás
NOTES.md 70cad517c7 Add some answers to questions in the notes. há 2 anos atrás
README.md 667f17a15b Add basic instructions for running in a container. há 2 anos atrás
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. há 2 anos atrás
requirements.txt acf4bf7b3d Flask and Docker boilerplate. há 2 anos atrás
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. há 2 anos atrás
wsgi.py acf4bf7b3d Flask and Docker boilerplate. há 2 anos atrás

README.md

transliterator

REST API service to convert non-Latin scripts to Latin, and vice versa.

Run on Docker

Build container in current dir:

docker build -t transliterator:latest .

Start container:

docker run -e TXL_FLASK_SECRET=changeme -p 8000:8000 transliterator:latest

Test service:

curl localhost:8000/health

TODO: API endpoints are stubs at the moment.