Library of Congress script transliterator.
Stefano Cossu bacd528701 No-op. | hace 2 años | |
---|---|---|
data | hace 2 años | |
transliterator | hace 2 años | |
.gitignore | hace 2 años | |
Dockerfile | hace 2 años | |
LICENSE | hace 2 años | |
NOTES.md | hace 2 años | |
README.md | hace 2 años | |
entrypoint.sh | hace 2 años | |
requirements.txt | hace 2 años | |
uwsgi.ini | hace 2 años | |
wsgi.py | hace 2 años |
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.