Library of Congress script transliterator.

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

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.