Skip to content

Python Text Summarizer REST API based on gensim and tornado

Notifications You must be signed in to change notification settings

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.