-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mirco edited this page Sep 8, 2017
·
2 revisions
See in unified Wiki: https://github.com/anon-ml/anonml-integration/wiki/Web
Serves the web-app and is the only endpoint for it. So every request by the frontend is directed to this module, which then calls the other modules as they are needed. For example if a file is uploaded the frontend sends it to the anonml-web module, which then sends it to the document-management module to set up the Document object. The annotation services of the recognition-ml and the recognition-rulebase modules are also called to update the document with anonymization suggestion. Basically the anonml-web module leads the most requests between the modules to keep it organized.