EMBEDDIA / rakun-app-docker

The dockerized version of the RaKUn algorithm.

Home Page:https://gitlab.com/skblaz/rakun-app-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask REST API for RaKUn-based keyword identification

The repository contains code for RaKUn-based keyword extraction API.

Requirements

  • docker
  • docker-compose

Development

The following command

$ docker-compose up -d --build

will build the images and run the containers. If you go to http://localhost:5000 you will see a web interface where you can check and test your REST API.

Production

The following command

$ docker-compose -f docker-compose.prod.yml up -d --build

will build the images and run the containers. The web interface is now available through nginx server at http://localhost.

About

The dockerized version of the RaKUn algorithm.

https://gitlab.com/skblaz/rakun-app-docker

License:MIT License


Languages

Language:Python 80.2%Language:Dockerfile 19.8%