Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezmiller/keymo
- Owner: ezmiller
- Created: 2018-07-16T00:26:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:20:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T21:34:55.166Z (7 months ago)
- Topics: keyword-extraction, tf-idf
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 &
```