File size: 488 Bytes
f382bdb |
1 2 3 4 5 6 7 8 9 10 11 12 |
import streamlit as st
st.set_page_config(page_title="Turkish Text Classificaition - via AG", page_icon='📖')
st.header("📖News or Spam Classification Tasks - Choose one")
st.write(f"""
Do you want to text classification analysis for Turkish language? \n
This space analyzes your news classification (models have 7 labels) or spam mail classification as ham-spam. \n
You also upload your own file and obtain file analysis results, then download it. \n
I wait to try your data.
""") |