Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 612 Bytes

🏛️ 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