Library of Congress script transliterator.
Stefano Cossu bacd528701 No-op. | пре 2 година | |
---|---|---|
data | пре 2 година | |
transliterator | пре 2 година | |
.gitignore | пре 2 година | |
Dockerfile | пре 2 година | |
LICENSE | пре 2 година | |
NOTES.md | пре 2 година | |
README.md | пре 2 година | |
entrypoint.sh | пре 2 година | |
requirements.txt | пре 2 година | |
uwsgi.ini | пре 2 година | |
wsgi.py | пре 2 година |
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.