Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Limitations
|
2 |
|
3 |
I have tested the application with audio files of varying lengths. Initially, I attempted processing audios of 1 to 2 hours,
|
@@ -20,5 +31,4 @@ This app converts audio to text and then text to audio in order to create the su
|
|
20 |
The application uses two primary models: Facebook BART and Facebook Wav2Vec, which were selected after extensive experimentation with various alternatives. Other models, such as Google T5, were tested but did not yield comparable performance or accuracy for this specific use case.
|
21 |
|
22 |
- **Facebook BART**: A transformer-based model, that has a great performance in text summarization tasks.
|
23 |
-
- **Facebook Wav2Vec**: A speech recognition model, which efficiently converts audio into accurate text transcriptions.
|
24 |
-
|
|
|
1 |
+
---
|
2 |
+
title: Audio Summarizer
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.6.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
short_description: Transcribes an audio and creates a summary
|
11 |
+
---
|
12 |
# Limitations
|
13 |
|
14 |
I have tested the application with audio files of varying lengths. Initially, I attempted processing audios of 1 to 2 hours,
|
|
|
31 |
The application uses two primary models: Facebook BART and Facebook Wav2Vec, which were selected after extensive experimentation with various alternatives. Other models, such as Google T5, were tested but did not yield comparable performance or accuracy for this specific use case.
|
32 |
|
33 |
- **Facebook BART**: A transformer-based model, that has a great performance in text summarization tasks.
|
34 |
+
- **Facebook Wav2Vec**: A speech recognition model, which efficiently converts audio into accurate text transcriptions.
|
|