Skip to content
Snippets Groups Projects
Select Git revision
  • d8543d97693fa02dea9686e287030abab4a120dd
  • master default protected
  • 10-unl-ru
3 results

web-service-demo

David Beniamine's avatar
David Beniamine authored
d8543d97
History

Web services based on Python scripts

Initially deveopped to deploy a serialization converter from the official UNL format to the proposed RDF-UNL format.

How to use

cp .env.sample .env
docker-compose up

Then open in a browser http://localhost:5000

Developpement

This is a one page flask app to convert unl to rdf, the web app is full python, everything is in the file src/app/app.py.

The display rendering uses the templates in the directory src/app/templates see flakes templating.