Daniel Tse
commited on
Commit
·
5431882
1
Parent(s):
0157a0b
Add models
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ st.markdown("# Podcast Q&A")
|
|
96 |
st.markdown(
|
97 |
"""
|
98 |
This helps understand information-dense podcast episodes by doing the following:
|
99 |
-
- Speech to Text transcription - using OpenSource Whisper Model
|
100 |
-
- Summarizes the episode
|
101 |
|
102 |
- As a proof of Concept: the Podcast Episode of Marketplace Business News Podcast from NPR on June 14 is used in this codebase.
|
103 |
- The file is THE ONLY HARDCODED piece of information used in this application.
|
|
|
96 |
st.markdown(
|
97 |
"""
|
98 |
This helps understand information-dense podcast episodes by doing the following:
|
99 |
+
- Speech to Text transcription - using OpenSource Whisper Model (small.en)
|
100 |
+
- Summarizes the episode - using philschmid/flan-t5-base-samsum a model based on Google's flan t5
|
101 |
|
102 |
- As a proof of Concept: the Podcast Episode of Marketplace Business News Podcast from NPR on June 14 is used in this codebase.
|
103 |
- The file is THE ONLY HARDCODED piece of information used in this application.
|