Orawan commited on
Commit
19e187c
·
1 Parent(s): 66aee60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ with col2:
8
  text = st.text_input("Enter the text you'd like to analyze for spam.")
9
  aButton = st.button('Analyze')
10
  with col1:
11
- st.title("Spamd: Turkish Spam Detector")
12
- st.markdown("Message spam detection tool for Turkish language. Due the small size of the dataset, I decided to go with transformers technology Google BERT. Using the Turkish pre-trained model BERTurk, I imporved the accuracy of the tool by 18 percent compared to the previous model which used fastText.")
13
- st.markdown("Original file is located at")
14
- st.markdown("https://colab.research.google.com/drive/1QuorqAuLsmomesZHsaQHEZgzbPEM8YTH")
15
 
16
  import torch
17
  import numpy as np
 
8
  text = st.text_input("Enter the text you'd like to analyze for spam.")
9
  aButton = st.button('Analyze')
10
  with col1:
11
+ st.title("Spamd: Spam Detector")
 
 
 
12
 
13
  import torch
14
  import numpy as np