Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezmiller/keymo

An experimental automatic keyword extractor
https://github.com/ezmiller/keymo

keyword-extraction tf-idf

Last synced: about 7 hours ago
JSON representation

An experimental automatic keyword extractor

Awesome Lists containing this project

README

        

# Keymo

An experimental keyword extractor service.

To run as a docker service:

```
docker build -t keymo . && docker run -p 8080:8080 keymo
```

To run without docker using [pipenv]():

```
pipenv install
pipenv shell
FLASK_APP=api.py flask run &
```