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