Text summarization tool with BART (facebook/bart-large-cnn). It allows you to input your text and see its summary. The BART model is implemented on Flask API and the frontend made with Vue.js
You should run also the backend server at the same time with the front. You can take a look on the API README.
npm install
npm run serve
npm run build
npm run lint
To deploy or use it on local, please config your path in config.js