Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.18 KB

File metadata and controls

37 lines (30 loc) · 1.18 KB

txt_sum_up_proj

Project Description

A simple REST API app to summarize texts given in the form of a URL or pasted.
Only wikipedia articles addressed by URL are being handled rather well at the current state of development. Feel free to experiment with other sources. We take no responsibility.
Max text length is 1024 chars as of now. It works slow enough anyway, trust us.

Instruction

To run this locally, you can use the command if you have Docker installed.

docker-compose up

If you do not have Docker, you can install the required dependencies by running

pip install -r requirements.txt

and then start the application with

python app.py

Technologies