/latin_scansion_webapp

Primary LanguageHTMLApache License 2.0Apache-2.0

🏛️ Latin scansion webapp 🏛️

This is a webapp wrapper for the Latin scansion engine.

License

The engine is released under an Apache 2.0 license. Please see LICENSE.txt for details.

Installation

Install requirements:

pip install -r requirements.txt

Then, copy the grammar FAR all.far into the working directory.

Launch for development

FLASK_ENV=development flask run

Launch for production

gunicorn app:app

Authors