Skip to content

CUNY-CL/latin_scansion_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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