You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vue/README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
-
# vue
1
+
# Vue Text Summarization Application
2
2
3
-
This template should help get you started developing with Vue 3 in Vite.
3
+
This folder contains the source code for a web application that summarizes text using Transformers.js! The app uses the DistilBART-CNN model to generate concise summaries of input text.
4
+
5
+
## How it works
6
+
7
+
The user enters text in the input textarea and clicks "Summarize". The application processes the text using the DistilBART-CNN model and displays a summarized version in the output area. The model runs entirely in the browser using WebAssembly and ONNX Runtime.
8
+
9
+
## Features
10
+
11
+
-**Text Summarization**: Uses the Xenova/distilbart-cnn-6-6 model for high-quality text summarization
12
+
-**Real-time Processing**: Streaming output shows summary generation in real-time
13
+
-**Progress Tracking**: Visual progress bars during model loading
14
+
-**Responsive UI**: Clean, modern interface built with Vue 3
4
15
5
16
## Recommended IDE Setup
6
17
@@ -9,16 +20,12 @@ This template should help get you started developing with Vue 3 in Vite.
0 commit comments