Skip to content

Simple Flask REST API in docker container providing tokenization service

Notifications You must be signed in to change notification settings

nlpie/restful-tokenizer-api-python-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

restful-tokenizer-api-python-flask

Build and run docker container with Flask RESTful API for interacting with NLP-IE tokenizer service

Clone repo git clone https://github.com/nlpie/restful-tokenizer-api-python-flask

Chande directory cd restful-tokenizer-api-python-flask

Build image docker build -t restful-api .

Run container in detached mode and publish port 5000 docker run -d -p 5000:5000 restful-api

API should be accessible on port 5000 curl -i localhost:5000/todo/api/v1.0/tasks

About

Simple Flask REST API in docker container providing tokenization service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • Dockerfile 14.7%