Library of Congress script transliterator.

Stefano Cossu 45beb9b314 Ignore .bas files. hai 1 ano
data 23c09044b7 Add some questions; sample config in YAML. hai 1 ano
transliterator acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
.gitignore 45beb9b314 Ignore .bas files. hai 1 ano
Dockerfile acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
LICENSE 20cb85dad1 Initial commit hai 1 ano
NOTES.md 23c09044b7 Add some questions; sample config in YAML. hai 1 ano
README.md 667f17a15b Add basic instructions for running in a container. hai 1 ano
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
requirements.txt acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
wsgi.py acf4bf7b3d Flask and Docker boilerplate. hai 1 ano

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.