Sign inSign up

pythonunitednl/keywordextractor

By pythonunitednl

Updated over 6 years ago

Simple API which uses Flask-RESTful and multi-rake to extract keywords from text.

Image
Machine learning & AI
0

795

pythonunitednl/keywordextractor repository overview

Keyword extractor API

Simple API which uses Flask-RESTful and multi-rake to extract keywords from text.

Git repository: https://github.com/PythonUnited/keyword-extractor

Usage

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]]

Tag summary

Content type

Image

Digest

Size

425.9 MB

Last updated

over 6 years ago

docker pull pythonunitednl/keywordextractor:1.0