Simple API which uses Flask-RESTful and multi-rake to extract keywords from text.
795
Simple API which uses Flask-RESTful and multi-rake to extract keywords from text.
Git repository: https://github.com/PythonUnited/keyword-extractor
Start container:
docker run -d --publish 5000:5000 pythonunitednl/keywordextractor:1.0
Extract keywords using API.
curl -XGET http://localhost:5000/en -d "text=Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated."
["beautiful", 1.0], ["ugly", 1.0], ["explicit", 1.0], ["implicit", 1.0], ["simple", 1.0], ["complex", 1.0], ["complicated", 1.0]]
Content type
Image
Digest
Size
425.9 MB
Last updated
over 6 years ago
docker pull pythonunitednl/keywordextractor:1.0