Library of Congress script transliterator.

Stefano Cossu b5bef43025 Partial hooks guide; move all docs under `doc`. 1 năm trước cách đây
data ec33242346 Basic REST API. 1 năm trước cách đây
doc b5bef43025 Partial hooks guide; move all docs under `doc`. 1 năm trước cách đây
transliterator ba86a594a7 API documentation; TODO list; raise 400 for internal exceptions. 1 năm trước cách đây
.gitignore 45beb9b314 Ignore .bas files. 1 năm trước cách đây
Dockerfile acf4bf7b3d Flask and Docker boilerplate. 1 năm trước cách đây
LICENSE 20cb85dad1 Initial commit 1 năm trước cách đây
NOTES.md 70cad517c7 Add some answers to questions in the notes. 1 năm trước cách đây
README.md b5bef43025 Partial hooks guide; move all docs under `doc`. 1 năm trước cách đây
TODO.md b5bef43025 Partial hooks guide; move all docs under `doc`. 1 năm trước cách đây
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. 1 năm trước cách đây
requirements.txt acf4bf7b3d Flask and Docker boilerplate. 1 năm trước cách đây
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. 1 năm trước cách đây
wsgi.py acf4bf7b3d Flask and Docker boilerplate. 1 năm trước cách đây

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

For running in development mode, add -e FLASK_ENV=development to the options.

Web UI

/ renders a simple HTML form to test the transliteration service.

Further documentation

See the doc folder for additional documentation.