Thanks to Renato violin for building a Flask App to enable users to play around with Text summarization using BART and T5.
This repository provides a Dockerfile to fiddle around with text summarization using BART and T5 in Docker.
docker build -t bart_t5 .
docker run --name bart_t5 -p 0.0.0.0:8000:8000 bart_t5
Once the container is started, open the application in your webbrowser under the specified url and port address.
Summarization Task using Bart and T5 models from HugginFace Transformers
It is possible to directly compare the best models for text summarization Bart and T5.