CoolFace
Apppublic

ThisDevIsHuman/bart-abstractive-summarizer

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
README.md26 linesDownload Raw Back to root
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