gmcmak / ExplainAsync

ExplainToMe text summarizer rebuilt on top of asynchronous event loop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExplainAsync

licence

Automatic Web Article Summarizer Async API

front

Support

Python 3.5+

Quickstart

Install

Clone Repository

$ git clone https://github.com/jjangsangy/ExplainAsync.git

Use a virtualenv

$ virtualenv -p python3 venv
$ source venv/bin/activate

Install Python Dependencies

$ pip3 install -r requirements.txt

Run Server

$ python3 manage.py runserver
(sanic)[INFO]: Goin Fast @ http://127.0.0.1:8000
(sanic)[INFO]: Starting worker [48556]

Now go to your browser and point it towards http://127.0.0.1:8000

About

ExplainToMe text summarizer rebuilt on top of asynchronous event loop

License:Apache License 2.0


Languages

Language:HTML 52.9%Language:CSS 30.5%Language:Python 13.9%Language:JavaScript 2.6%