Library of Congress script transliterator.
Stefano Cossu bacd528701 No-op. | il y a 2 ans | |
---|---|---|
data | il y a 2 ans | |
transliterator | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Dockerfile | il y a 2 ans | |
LICENSE | il y a 2 ans | |
NOTES.md | il y a 2 ans | |
README.md | il y a 2 ans | |
entrypoint.sh | il y a 2 ans | |
requirements.txt | il y a 2 ans | |
uwsgi.ini | il y a 2 ans | |
wsgi.py | il y a 2 ans |
REST API service to convert non-Latin scripts to Latin, and vice versa.
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.