Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,11 @@ st.set_page_config(
|
|
25 |
}
|
26 |
)
|
27 |
|
28 |
-
st.markdown('''
|
29 |
-
|
30 |
-
|
|
|
|
|
31 |
|
32 |
# Download NLTK resources
|
33 |
nltk.download('punkt')
|
|
|
25 |
}
|
26 |
)
|
27 |
|
28 |
+
st.markdown('''
|
29 |
+
1. π **Transcript Insights Using Exploratory Data Analysis (EDA)** π - Unveil hidden patterns π΅οΈββοΈ and insights π§ in your transcripts. π.
|
30 |
+
2. π **Natural Language Toolkit (NLTK)** π οΈ:- your compass π§ in the vast landscape of NLP.
|
31 |
+
3. πΊ **Transcript Analysis** π:Speech recognition ποΈ and thematic extraction π, audiovisual content to actionable insights π.
|
32 |
+
''')
|
33 |
|
34 |
# Download NLTK resources
|
35 |
nltk.download('punkt')
|