ThisDevIsHuman/bart-abstractive-summarizer
0
1---2title: BART Text Summarizer3emoji: ๐4colorFrom: indigo5colorTo: purple6sdk: docker7pinned: false8license: mit9---10 11# BART Text Summarizer12 13Abstractive text summarization using the BART transformer model (facebook/bart-large-cnn).14 15## Features16 17- Paste any article or document18- Adjust summary length parameters19- View word count statistics and reduction percentage20 21## Tech Stack22 23- Backend: Flask + Transformers24- Frontend: Angular 1925- Model: facebook/bart-large-cnn26 