Skip to content

panggi/python-summarizer-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text Summarizer REST API

Simple implementation of Text Summarizer based on gensim and tornado

Installation

Using Docker

$ docker run -d -p 8888:8888 panggi/python-summarizer-rest-api:0.0.1

Without Docker

$ pip install -r requirements.txt

$ python summarizer.py

API Documentation

Please consult API Documentation to see the details.

About

Python Text Summarizer REST API based on gensim and tornado

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages