Archisman Karmakar
stage1 deberta for seq classification hft model
4a97943 unverified
raw
history blame
419 Bytes
import streamlit as st
def show_dashboard():
st.title("Tachygraphy Micro-text Analysis & Normalization")
st.write("""
Welcome to the Tachygraphy Micro-text Analysis & Normalization Project. This application is designed to analyze text data through three stages:
1. Sentiment Polarity Analysis
2. Emotion Mood-tag Analysis
3. Text Transformation & Normalization
""")