{"id":17674887,"url":"https://github.com/malykhin/keywords_extractor","last_synced_at":"2026-05-03T04:34:50.113Z","repository":{"id":96406485,"uuid":"92448524","full_name":"malykhin/keywords_extractor","owner":"malykhin","description":"Simple flask api for keywords and key-phrases extraction","archived":false,"fork":false,"pushed_at":"2017-05-25T22:26:14.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T18:35:57.742Z","etag":null,"topics":["flask","nlp","textacy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malykhin.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-25T22:10:06.000Z","updated_at":"2018-05-18T14:44:20.000Z","dependencies_parsed_at":"2023-03-13T16:33:41.341Z","dependency_job_id":null,"html_url":"https://github.com/malykhin/keywords_extractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malykhin%2Fkeywords_extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malykhin%2Fkeywords_extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malykhin%2Fkeywords_extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malykhin%2Fkeywords_extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malykhin","download_url":"https://codeload.github.com/malykhin/keywords_extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246350893,"owners_count":20763228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","nlp","textacy"],"created_at":"2024-10-24T07:09:16.222Z","updated_at":"2026-05-03T04:34:50.072Z","avatar_url":"https://github.com/malykhin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keywords, key phrases, named entities extraction API\n\nBased on the textacy, spacy for the NLP operations and Flask for the API\n\n## List of endpoints:\n- `/api/keywords` - POST - request body: `{\"text\": \"string\", \"number\": int}`\n    response: `{\"keywords\": [string]}`\n- `/api/keyphrases` - POST - request body: `{\"text\": \"string\", \"number\": int}`\n    response: `{\"keyphrases\": [string]}`\n- `/api/named_entities` -  POST - request body: `{\"text\": \"string\", \"number\": int}`\n    response: `{\"named_entities\": [string]}`\n\nDon't forget to set `Content-type: application/json` header in the request.\n\n## Installation\n\n- Run `docker_build.sh` to build the Docker container, `docker_run.sh` - for start\n- ENV variables `EXTRACTOR_PORT` - app port, default 5000, `EXTRACTOR_DEBUG` - flask debug mode, default false\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalykhin%2Fkeywords_extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalykhin%2Fkeywords_extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalykhin%2Fkeywords_extractor/lists"}