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.
To run this locally, you can use the command if you have Docker installed.
docker-compose upIf you do not have Docker, you can install the required dependencies by running
pip install -r requirements.txtand then start the application with
python app.py