mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-21 05:43:16 -05:00
[PR #492] [CLOSED] Added CLAM: a high-level tool to quickly build RESTful webservices #2549
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/492
Author: @proycon
Created: 10/24/2015
Status: ❌ Closed
Base:
master← Head:clam📝 Commits (1)
a1f1c0eAdded CLAM, a high-level tool to quickly build RESTful webservices and web applications for command-line tools. The tools themselves can be considered black boxes. The webservices are suited for batch processing and large data, and are typically employed in Natural Language Processing settings.📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
CLAM (https://proycon.github.io/clam) is a high-level tool to quickly build RESTful webservices and web applications for command-line tools. The tools themselves can be considered black boxes. The webservice is RESTful, the interface for human end-users is entirely produced client-side (through XSLT). Various CLAM-based services by our university are available here: http://webservices-lst.science.ru.nl/
The webservices are suited for batch processing and large data, and are typically employed in Natural Language Processing settings. CLAM is build upon flask. A tutorial video is available here: https://www.youtube.com/watch?v=GyRvaO6omEo
My work on CLAM & FoLiA was awarded the CLARIN Young Scientist Award 2015 (last week).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.